Add flycheck-package
This commit is contained in:
parent
3760c7bcdf
commit
98578d19fd
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@
|
||||||
flycheck-check-syntax-automatically '(save mode-enabled)
|
flycheck-check-syntax-automatically '(save mode-enabled)
|
||||||
flycheck-disabled-checkers '(emacs-lisp-checkdoc make))
|
flycheck-disabled-checkers '(emacs-lisp-checkdoc make))
|
||||||
:config
|
:config
|
||||||
|
(add-hook! emacs-lisp-mode
|
||||||
|
(require 'flycheck-package)
|
||||||
|
(flycheck-package-setup)
|
||||||
|
(flycheck-mode +1))
|
||||||
|
|
||||||
(evil-initial-state 'flycheck-error-list-mode 'emacs)
|
(evil-initial-state 'flycheck-error-list-mode 'emacs)
|
||||||
(map! (:map flycheck-error-list-mode-map
|
(map! (:map flycheck-error-list-mode-map
|
||||||
:n [escape] 'kill-this-buffer
|
:n [escape] 'kill-this-buffer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue