Skip to content

Commit

Permalink
fix(recentf): explicitly set the file path
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 28, 2024
1 parent 67de673 commit 4ec182e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,7 @@ Typing these will trigger reindentation of the current line.")
:custom
(recentf-max-saved-items 500) ; Increase the maximum number of saved items (def. 20)
(recentf-case-fold-search t) ; Ignore case when searching recentf files
(recentf-save-file (concat minemacs-local-dir "recentf")) ; Needed, otherwise Emacs will still create a file under "~/.emacs.d"
(recentf-exclude ; Exclude some files from being remembered by recentf
`(file-remote-p
,(rx (or "/elfeed-db/" "/eln-cache/" "/cache/" "/.maildir/" "/.cache/"))
Expand Down

0 comments on commit 4ec182e

Please sign in to comment.