Increase recentf saved items.

This commit is contained in:
KJ 2024-04-12 08:08:49 -04:00
parent 24abfebfe7
commit d753809a27
1 changed files with 3 additions and 1 deletions

View File

@ -285,7 +285,9 @@
:bind ("C-x C-r" . recentf-open-files)
:config
(setq recentf-save-file
(recentf-expand-file-name (concat temp-dir "/recentf")))
(recentf-expand-file-name (concat temp-dir "/recentf"))
recentf-max-saved-items 1000
recentf-max-menu-items 500)
(recentf-mode 1))
;; Busqueda rápida con ripgrep