el-get/recipes/flymake-coffee.rcp

8 lines
298 B
Plaintext
Raw Normal View History

2012-12-18 11:25:05 +08:00
(:name flymake-coffee
:type github
2013-01-22 09:32:51 +08:00
:pkgname "purcell/flymake-coffee"
2012-12-18 11:25:05 +08:00
:description "Flymake support for coffee script"
:website "http://github.com/purcell/flymake-coffee"
:depends (flymake-easy)
2012-12-18 11:25:05 +08:00
:post-init (add-hook 'coffee-mode-hook 'flymake-coffee-load))