Fix duplicate flycheck-package checkers
This commit is contained in:
parent
8129a7eb55
commit
a8f6507c05
1 changed files with 3 additions and 5 deletions
|
@ -7,12 +7,10 @@
|
||||||
(setq flycheck-indication-mode 'right-fringe
|
(setq flycheck-indication-mode 'right-fringe
|
||||||
;; Removed checks on idle/change for snappiness
|
;; Removed checks on idle/change for snappiness
|
||||||
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 emacs-lisp-checkdoc make))
|
||||||
:config
|
:config
|
||||||
(add-hook! emacs-lisp-mode
|
(require 'flycheck-package)
|
||||||
(require 'flycheck-package)
|
(flycheck-package-setup)
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue