Remove flyckeck check on idle.

This commit is contained in:
sbenner 2013-05-22 09:18:32 -04:00
parent 5d9682e37c
commit 620b297dd1

View file

@ -1,4 +1,6 @@
(require 'flycheck-color-mode-line)
(setq flycheck-check-syntax-automatically '(save mode-enabled))
(eval-after-load "flycheck"
'(add-hook 'flycheck-mode-hook 'flycheck-color-mode-line-mode))