diff --git a/smex.el b/smex.el index 92b5c0c..2079968 100644 --- a/smex.el +++ b/smex.el @@ -245,7 +245,7 @@ Uses the currently active keymap." (defun smex-auto-update (&optional idle-time) "Update Smex when Emacs has been idle for IDLE-TIME." - (unless idle-time (setq idle-time 60)) + (unless idle-time (setq idle-time 300)) (run-with-idle-timer idle-time t '(lambda () (if (smex-detect-new-commands) (smex-update)))))