mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
recentf-auto-cleanup = 60
Cleanup would cause tremendous slowdowns on startup if files in its list didn't exist.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user