[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
:straight (:build t :type built-in)
:custom ((recentf-max-saved-items 200))
:init
(add-to-list 'recentf-exclude (rx (* any)
"elfeed-db"
(* any))))
:config
(add-to-list 'recentf-exclude (rx (* print)
(or "elfeed-db" "eln-cache")
(* print))))
#+end_src
*** Screenshot