el-get/recipes/flycheck-d-unittest.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
307 B
Plaintext

(:name flycheck-d-unittest
:description "Add D unittest support to flycheck."
:type github
:pkgname "flycheck/flycheck-d-unittest"
:depends (flycheck dash)
:prepare (eval-after-load 'flycheck
'(add-hook 'flycheck-mode-hook #'setup-flycheck-d-unittest)))