Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

flymake-coffee.el

An Emacs flymake handler for syntax-checking Coffeescript source code using coffeelint or coffee.

Installation

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.

Usage

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.


💝 Support this project and my other Open Source work

💼 LinkedIn profile

✍ sanityinc.com

About

Emacs flymake handler for CoffeeScript

Resources

Stars

16 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages