diff --git a/init.el b/init.el index c53245a0..f9da3262 100644 --- a/init.el +++ b/init.el @@ -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)))