el-get/recipes/flycheck-mercury.rcp

8 lines
269 B
Plaintext
Raw Normal View History

2014-06-29 16:27:11 +08:00
(:name flycheck-mercury
:description "Mercury support in Flycheck."
:type github
:pkgname "flycheck/flycheck-mercury"
:depends (flycheck s dash)
:post-init (eval-after-load 'flycheck
'(require 'flycheck-mercury)))