From a8f6507c0556943a2efc8eb66b3518fd8b8bd82b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 22 Feb 2016 15:23:49 -0500 Subject: [PATCH] Fix duplicate flycheck-package checkers --- core/core-flycheck.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/core/core-flycheck.el b/core/core-flycheck.el index 3a14681cd..410df7134 100644 --- a/core/core-flycheck.el +++ b/core/core-flycheck.el @@ -7,12 +7,10 @@ (setq flycheck-indication-mode 'right-fringe ;; Removed checks on idle/change for snappiness flycheck-check-syntax-automatically '(save mode-enabled) - flycheck-disabled-checkers '(emacs-lisp-checkdoc make)) + flycheck-disabled-checkers '(emacs-lisp emacs-lisp-checkdoc make)) :config - (add-hook! emacs-lisp-mode - (require 'flycheck-package) - (flycheck-package-setup) - (flycheck-mode +1)) + (require 'flycheck-package) + (flycheck-package-setup) (evil-initial-state 'flycheck-error-list-mode 'emacs) (map! (:map flycheck-error-list-mode-map