el-get/recipes/flycheck-color-mode-line.rcp
Noam Postavsky 09f9d9a82e check recipes in travis, fix or muffle warnings
suppressed warnings: -Wno-features -Wno-github -Wno-autoloads, because
too many recipes trigger them to handle right now.
2014-05-01 21:00:31 -04:00

8 lines
359 B
Plaintext

(:name flycheck-color-mode-line
:type github
:description "Colors the mode-line according to the Flycheck state of the current buffer."
:pkgname "flycheck/flycheck-color-mode-line"
:depends (flycheck)
:post-init (eval-after-load 'flycheck
'(add-hook 'flycheck-mode-hook 'flycheck-color-mode-line-mode)))