tools/flycheck: display popups a little faster
This commit is contained in:
parent
9402a0e09d
commit
2b43558445
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ errors.")
|
||||||
;; state, so we removed them.
|
;; state, so we removed them.
|
||||||
(setq flycheck-check-syntax-automatically '(save mode-enabled))
|
(setq flycheck-check-syntax-automatically '(save mode-enabled))
|
||||||
|
|
||||||
|
;; Display errors a little quicker (default is 0.9s)
|
||||||
|
(setq flycheck-display-errors-delay 0.25)
|
||||||
|
|
||||||
(add-hook! 'doom-escape-hook :append
|
(add-hook! 'doom-escape-hook :append
|
||||||
(defun +flycheck-buffer-h ()
|
(defun +flycheck-buffer-h ()
|
||||||
"Flycheck buffer on ESC in normal mode."
|
"Flycheck buffer on ESC in normal mode."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue