about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2017-06-23T15·42-0400
committerWilliam Carroll <wpcarro@gmail.com>2017-06-23T15·42-0400
commitb757f26394be80941854f81f999647ffde48d5c6 (patch)
treeb41ca9def71f92f5b08dfad6bde7a8c3aff3bf6e
parente476c5d9a7b016390d152242985a90079668c14d (diff)
Reduces flycheck error display delay
-rw-r--r--configs/.emacs4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/.emacs b/configs/.emacs
index d4d4d6e5ddc0..33d8c7616095 100644
--- a/configs/.emacs
+++ b/configs/.emacs
@@ -212,7 +212,9 @@
 
 ;; Flycheck Settings
 (use-package flycheck
-  :ensure t)
+  :ensure t
+  :config
+  (setq flycheck-display-errors-delay 0.0))
 
 
 (defadvice term-sentinel (around my-advice-term-sentinel (proc msg))