Fix flycheck that resulted from putting global flycheck mode in the

config of flycheck mode.
This commit is contained in:
Ivan Malison 2014-12-21 04:05:44 -08:00
parent 68a2cb406c
commit a38521ec4d

View File

@ -429,7 +429,6 @@ The current directory is assumed to be the project's root otherwise."
:ensure t
:config
(progn
(global-flycheck-mode)
(setq flycheck-checkers (delq 'emacs-lisp-checkdoc flycheck-checkers))
(diminish 'flycheck-mode)))