el-get/recipes/flycheck-cask.rcp

8 lines
277 B
Plaintext
Raw Permalink Normal View History

2014-04-29 05:20:49 +08:00
(:name flycheck-cask
:type github
:pkgname "flycheck/flycheck-cask"
:description "Cask support for Flycheck"
:depends (flycheck)
:post-init (eval-after-load 'flycheck
'(add-hook 'flycheck-mode-hook 'flycheck-cask-setup)))