el-get/recipes/flymake-sass.rcp

7 lines
254 B
Plaintext
Raw Normal View History

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