spacemacs/init-package/init-flycheck-color-mode-line.el

5 lines
131 B
EmacsLisp
Raw Normal View History

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