el-get/recipes/flymake-shell.rcp

7 lines
278 B
Plaintext
Raw Normal View History

2012-12-18 11:25:05 +08:00
(:name flymake-shell
:type github
:pkgname "purcell/flymake-shell"
:description "A flymake syntax-checker for shell scripts"
:website "http://github.com/purcell/flymake-shell"
:post-init (add-hook 'shell-script-mode-hook 'flymake-shell-load))