Fix flycheck that resulted from putting global flycheck mode in the
config of flycheck mode.
This commit is contained in:
parent
68a2cb406c
commit
a38521ec4d
1
init.el
1
init.el
@ -429,7 +429,6 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(global-flycheck-mode)
|
|
||||||
(setq flycheck-checkers (delq 'emacs-lisp-checkdoc flycheck-checkers))
|
(setq flycheck-checkers (delq 'emacs-lisp-checkdoc flycheck-checkers))
|
||||||
(diminish 'flycheck-mode)))
|
(diminish 'flycheck-mode)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user