mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix duplicate flycheck-package checkers
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user