mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix recentf not excluding doom-local-dir
This commit is contained in:
@ -146,7 +146,7 @@ with functions that require it (like modeline segments)."
|
||||
(list "^/tmp/" "^/ssh:" "\\.?ido\\.last$" "\\.revive$" "/TAGS$"
|
||||
"^/var/folders/.+$"
|
||||
;; ignore private DOOM temp files (but not all of them)
|
||||
(concat "^" (abbreviate-file-name (file-truename doom-local-dir))))))
|
||||
(concat "^" (file-truename doom-local-dir)))))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user