diff --git a/configs/init-packages.el b/configs/init-packages.el index ee911e0..5626622 100644 --- a/configs/init-packages.el +++ b/configs/init-packages.el @@ -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