From c02acb678eac70d8d8ef3ee56aa6727d8271191b Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 18 Sep 2018 15:56:42 +0900 Subject: [PATCH] Update recentf-auto-cleanup --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 7a9e899..0a1a469 100644 --- a/emacs.el +++ b/emacs.el @@ -1193,7 +1193,7 @@ found, otherwise returns nil." (set-variable 'recentf-max-menu-items 20) (set-variable 'recentf-max-saved-items 30) (set-variable 'recentf-show-file-shortcuts-flag nil) -(set-variable 'recentf-auto-cleanup 15) +(set-variable 'recentf-auto-cleanup 3) (safe-require-or-eval 'sync-recentf)