Fix recentf not excluding doom-local-dir
This commit is contained in:
parent
9d661ff71e
commit
f9e5ef2b51
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ with functions that require it (like modeline segments)."
|
||||||
(list "^/tmp/" "^/ssh:" "\\.?ido\\.last$" "\\.revive$" "/TAGS$"
|
(list "^/tmp/" "^/ssh:" "\\.?ido\\.last$" "\\.revive$" "/TAGS$"
|
||||||
"^/var/folders/.+$"
|
"^/var/folders/.+$"
|
||||||
;; ignore private DOOM temp files (but not all of them)
|
;; 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)))))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue