Reduces flycheck error display delay
This commit is contained in:
parent
e476c5d9a7
commit
b757f26394
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue