about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-editor.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el
index 882a781..3e48fc8 100644
--- a/.emacs.d/lisp/init-editor.el
+++ b/.emacs.d/lisp/init-editor.el
@@ -126,9 +126,9 @@ and file 'filename' will be opened and cursor set on line 'linenumber'"
   (recentf-mode +1)
   :custom
   (recentf-save-file (expand-file-name "recentf" save-dir))
-  (recentf-max-saved-items 1000)
-  (recentf-max-menu-items 30)
-  (recentf-auto-cleanup (* 5 60)))
+  (recentf-max-saved-items 300)
+  (recentf-max-menu-items 20)
+  (recentf-auto-cleanup (* 60 60)))
 
 (use-package flycheck
   :config