mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Improve rule for flycheck popups
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
;; Emacs feels snappier without checks on idle/change
|
;; Emacs feels snappier without checks on idle/change
|
||||||
(setq flycheck-check-syntax-automatically '(save mode-enabled))
|
(setq flycheck-check-syntax-automatically '(save mode-enabled))
|
||||||
|
|
||||||
(set! :popup " ?\\*Flycheck" :size 14 :noselect t :regexp t)
|
(set! :popup 'flycheck-error-list-mode :select t :autokill t)
|
||||||
|
|
||||||
(map! :map flycheck-error-list-mode-map
|
(map! :map flycheck-error-list-mode-map
|
||||||
:n "C-n" #'flycheck-error-list-next-error
|
:n "C-n" #'flycheck-error-list-next-error
|
||||||
|
Reference in New Issue
Block a user