diff --git a/init.el b/init.el
index fcc8f05..9a1a6d2 100644
--- a/init.el
+++ b/init.el
@@ -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