From 4ec182e725183378f4256b1027dff1f330a79dc4 Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Sat, 28 Dec 2024 22:24:25 +0100 Subject: [PATCH] fix(recentf): explicitly set the file path --- core/me-builtin.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/me-builtin.el b/core/me-builtin.el index 84bc2323..3b579655 100644 --- a/core/me-builtin.el +++ b/core/me-builtin.el @@ -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/"))