Increase recentf saved items.
This commit is contained in:
parent
24abfebfe7
commit
d753809a27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user