feature/syntax-checker: refactor flycheck config
This commit is contained in:
parent
bb8175c561
commit
581adcc1f5
1 changed files with 4 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue