Reduces flycheck error display delay

This commit is contained in:
William Carroll 2017-06-23 11:42:45 -04:00
parent e476c5d9a7
commit b757f26394

View file

@ -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))