Fix flycheck loading tweak

This commit is contained in:
syl20bnr 2016-01-31 23:16:50 -05:00
parent 3b6b55485a
commit 4dc291bfb4
1 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@
"Use flycheck in MODE by default, if `syntax-checking-enable-by-default' is
true."
(when (and syntax-checking-enable-by-default
(listp flycheck-global-modes
(not (eq 'not (car flycheck-global-modes)))))
(listp flycheck-global-modes)
(not (eq 'not (car flycheck-global-modes))))
(push mode flycheck-global-modes)))