[Emacs] Update ignored paths in recentf

This commit is contained in:
Lucien Cartier-Tilet 2022-03-04 14:26:52 +01:00
parent 507278d043
commit 64d016be84
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 4 deletions

View File

@ -2641,10 +2641,10 @@ excluded files.
(use-package recentf (use-package recentf
:straight (:build t :type built-in) :straight (:build t :type built-in)
:custom ((recentf-max-saved-items 200)) :custom ((recentf-max-saved-items 200))
:init :config
(add-to-list 'recentf-exclude (rx (* any) (add-to-list 'recentf-exclude (rx (* print)
"elfeed-db" (or "elfeed-db" "eln-cache")
(* any)))) (* print))))
#+end_src #+end_src
*** Screenshot *** Screenshot