spacemacs/init-package/init-flycheck-color-mode-line.el
2013-05-03 22:40:22 -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))