Disable automatic recentf cleanup

This commit is contained in:
contrapunctus 2022-01-31 15:54:33 +05:30
parent 2b26a782b7
commit 3021215afa
1 changed files with 5 additions and 2 deletions

View File

@ -5204,8 +5204,11 @@ Potentially useful - https://www.draketo.de/software/emacs-javascript.html
"\\.mp4$"
"\\.etc"
"\\.umstuff"))
:hook
(kill-emacs . recentf-cleanup))
;; I'd rather run cleanup manually, if ever required; running this
;; automatically is a recipe for periodically losing your recentf
;; entries when your disk happens to be unmounted.
;; :hook (kill-emacs . recentf-cleanup)
)
#+END_SRC
text size change