el-get/recipes/flycheck-pos-tip.rcp

7 lines
280 B
Plaintext
Raw Normal View History

2014-04-29 05:21:23 +08:00
(:name flycheck-pos-tip
:type github
:pkgname "flycheck/flycheck-pos-tip"
:description "Flycheck errors display in tooltip"
:depends (pos-tip flycheck)
:post-init (setq-default flycheck-display-errors-function 'flycheck-pos-tip-error-messages))