From 2b43558445da3b28d93ac71dcce268f90277e4b2 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 20 Oct 2019 19:57:46 -0400 Subject: [PATCH] tools/flycheck: display popups a little faster --- modules/tools/flycheck/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/tools/flycheck/config.el b/modules/tools/flycheck/config.el index 7604086f7..9394d7a9e 100644 --- a/modules/tools/flycheck/config.el +++ b/modules/tools/flycheck/config.el @@ -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."