mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feature/syntax-checker: refactor flycheck config
This commit is contained in:
@ -7,11 +7,10 @@
|
||||
(def-package! flycheck
|
||||
:commands (flycheck-mode flycheck-list-errors flycheck-buffer)
|
||||
:config
|
||||
(setq flycheck-indication-mode 'right-fringe ; git-gutter is in the left fringe
|
||||
;; Removed checks on idle/change for snappiness
|
||||
flycheck-check-syntax-automatically '(save mode-enabled)
|
||||
flycheck-highlighting-mode 'symbols
|
||||
flycheck-disabled-checkers '(emacs-lisp-checkdoc make))
|
||||
(setq ;; because git-gutter is in the left fringe
|
||||
flycheck-indication-mode 'right-fringe
|
||||
;; Emacs feels snappier without checks on idle/change
|
||||
flycheck-check-syntax-automatically '(save mode-enabled))
|
||||
|
||||
(set! :popup " ?\\*Flycheck.+\\*" :size 14 :noselect t :regexp t)
|
||||
|
||||
|
Reference in New Issue
Block a user