recipe: flycheck-mercury

This commit is contained in:
David Holm 2014-06-29 10:27:11 +02:00
parent a9b4a1e79f
commit b45cab8cbe

View File

@ -0,0 +1,7 @@
(: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)))