el-get/recipes/flycheck-mercury.rcp
Noam Postavsky 7f7e97a663 always set hooks in :prepare, not :post-init
otherwise it won't help for users with el-get-is-lazy set to t.
2014-07-19 12:05:26 -04:00

8 lines
265 B
Plaintext

(:name flycheck-mercury
:description "Mercury support in Flycheck."
:type github
:pkgname "flycheck/flycheck-mercury"
:depends (flycheck s dash)
:prepare (eval-after-load 'flycheck
'(require 'flycheck-mercury)))