mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove abbreviate-file-name from recentf-filename-handlers #86
This commit is contained in:
@ -155,7 +155,6 @@ with functions that require it (like modeline segments)."
|
||||
(setq recentf-save-file (concat doom-cache-dir "recentf")
|
||||
recentf-max-menu-items 0
|
||||
recentf-max-saved-items 300
|
||||
recentf-filename-handlers '(abbreviate-file-name)
|
||||
recentf-exclude
|
||||
(list "^/tmp/" "^/ssh:" "\\.?ido\\.last$" "\\.revive$" "/TAGS$"
|
||||
"^/var/folders/.+$"
|
||||
|
Reference in New Issue
Block a user