tools/flycheck: display popups a little faster

This commit is contained in:
Henrik Lissner 2019-10-20 19:57:46 -04:00
parent 9402a0e09d
commit 2b43558445
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -19,6 +19,9 @@ errors.")
;; state, so we removed them.
(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
(defun +flycheck-buffer-h ()
"Flycheck buffer on ESC in normal mode."