From 98578d19fdbaef444cfab2ff2fc17da99e7010e2 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 22 Feb 2016 12:41:57 -0500 Subject: [PATCH] Add flycheck-package --- core/core-flycheck.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/core-flycheck.el b/core/core-flycheck.el index 0ee5000f2..3a14681cd 100644 --- a/core/core-flycheck.el +++ b/core/core-flycheck.el @@ -9,6 +9,11 @@ flycheck-check-syntax-automatically '(save mode-enabled) flycheck-disabled-checkers '(emacs-lisp-checkdoc make)) :config + (add-hook! emacs-lisp-mode + (require 'flycheck-package) + (flycheck-package-setup) + (flycheck-mode +1)) + (evil-initial-state 'flycheck-error-list-mode 'emacs) (map! (:map flycheck-error-list-mode-map :n [escape] 'kill-this-buffer