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
|
(def-package! flycheck
|
||||||
:commands (flycheck-mode flycheck-list-errors flycheck-buffer)
|
:commands (flycheck-mode flycheck-list-errors flycheck-buffer)
|
||||||
:config
|
:config
|
||||||
(setq flycheck-indication-mode 'right-fringe ; git-gutter is in the left fringe
|
(setq ;; because git-gutter is in the left fringe
|
||||||
;; Removed checks on idle/change for snappiness
|
flycheck-indication-mode 'right-fringe
|
||||||
flycheck-check-syntax-automatically '(save mode-enabled)
|
;; Emacs feels snappier without checks on idle/change
|
||||||
flycheck-highlighting-mode 'symbols
|
flycheck-check-syntax-automatically '(save mode-enabled))
|
||||||
flycheck-disabled-checkers '(emacs-lisp-checkdoc make))
|
|
||||||
|
|
||||||
(set! :popup " ?\\*Flycheck.+\\*" :size 14 :noselect t :regexp t)
|
(set! :popup " ?\\*Flycheck.+\\*" :size 14 :noselect t :regexp t)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue