el-get/recipes/flymake-haml.rcp

8 lines
285 B
Plaintext
Raw Normal View History

2012-12-18 11:25:05 +08:00
(:name flymake-haml
:type github
:pkgname "purcell/flymake-haml"
:description "Flymake handler for haml files"
:website "http://github.com/purcell/flymake-haml"
:depends (flymake-easy)
2012-12-18 11:25:05 +08:00
:post-init (add-hook 'haml-mode-hook 'flymake-haml-load))