forked from colonelpanic/dotfiles
Fix flycheck that resulted from putting global flycheck mode in the
config of flycheck mode.
This commit is contained in:
parent
ee9159ea62
commit
d488d6a3e1
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user