spacemacs/init-package/init-flycheck-color-mode-line.el
2013-05-23 17:22:08 -04:00

5 lines
131 B
EmacsLisp

(require 'flycheck-color-mode-line)
(eval-after-load "flycheck"
'(add-hook 'flycheck-mode-hook 'flycheck-color-mode-line-mode))