From a38521ec4d20d94ab3af28c624c8a9f2b99e28e0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 21 Dec 2014 04:05:44 -0800 Subject: [PATCH] Fix flycheck that resulted from putting global flycheck mode in the config of flycheck mode. --- init.el | 1 - 1 file changed, 1 deletion(-) 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)))