Remove flymake idle timeout setting
This commit is contained in:
parent
e4c3a794c2
commit
457f0403d6
2
init.el
2
init.el
@ -605,8 +605,6 @@ have been closed."
|
|||||||
|
|
||||||
(editor-feature flymake
|
(editor-feature flymake
|
||||||
"Provides universal on-the-fly syntax checking."
|
"Provides universal on-the-fly syntax checking."
|
||||||
:custom
|
|
||||||
(flymake-no-changes-timeout 2 "Wait for 2 seconds of idle time before invoking any checkers")
|
|
||||||
:hook
|
:hook
|
||||||
(prog-mode-hook . flymake-mode)
|
(prog-mode-hook . flymake-mode)
|
||||||
:bind
|
:bind
|
||||||
|
Loading…
Reference in New Issue
Block a user