el-get/recipes/flymake-puppet.rcp

8 lines
307 B
Plaintext
Raw Normal View History

2013-07-31 07:42:40 +08:00
(:name flymake-puppet
:type github
:pkgname "benprew/flymake-puppet"
:description "Emacs flymake integration for puppet-lint"
:Website "https://github.com/benprew/flymake-puppet"
:depends (flymake-easy)
:post-init (add-hook 'puppet-mode-hook 'flymake-puppet-load))