Add flycheck-package

This commit is contained in:
Henrik Lissner 2016-02-22 12:41:57 -05:00
parent 3760c7bcdf
commit 98578d19fd

View file

@ -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