recentf-auto-cleanup = 60
Cleanup would cause tremendous slowdowns on startup if files in its list didn't exist.
This commit is contained in:
parent
7269abbe2f
commit
65245bfc21
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ fundamental-mode) for performance sake."
|
|||
:hook (doom-init . recentf-mode)
|
||||
:config
|
||||
(setq recentf-save-file (concat doom-cache-dir "recentf")
|
||||
recentf-auto-cleanup 60
|
||||
recentf-max-menu-items 0
|
||||
recentf-max-saved-items 300
|
||||
recentf-filename-handlers '(file-truename)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue