Fix recentf not excluding doom-local-dir

This commit is contained in:
Henrik Lissner 2017-12-23 16:15:29 -05:00
parent 9d661ff71e
commit f9e5ef2b51
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)))))
;;