An Emacs flymake handler for syntax-checking Coffeescript source code
using coffeelint or coffee.
If you choose not to use one of the convenient packages in
Melpa and Marmalade, you'll need to add the
directory containing flymake-coffee.el to your load-path, and then
(require 'flymake-coffee). You'll also need to install
flymake-easy.
Add the following to your emacs init file:
(require 'flymake-coffee)
(add-hook 'coffee-mode-hook 'flymake-coffee-load)
Uses coffeelint if available, otherwises coffee.