Tweak recentf settings

This commit is contained in:
David Morgan 2021-08-18 15:06:10 +01:00
parent 9c579e4609
commit 200376d3af
1 changed files with 3 additions and 3 deletions

View File

@ -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