el-get/recipes/flymake-puppet.rcp
2013-07-30 16:42:40 -07:00

8 lines
307 B
Plaintext

(: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))