1

Remove flymake idle timeout setting

This commit is contained in:
Jessie Hildebrandt 2023-10-19 00:58:59 -04:00
parent e4c3a794c2
commit 457f0403d6

View File

@ -605,8 +605,6 @@ have been closed."
(editor-feature flymake
"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
(prog-mode-hook . flymake-mode)
:bind