mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
recentf: abbreviate file paths
This commit is contained in:
@ -68,7 +68,8 @@
|
|||||||
"wg-default" "/company-statistics-cache.el$")
|
"wg-default" "/company-statistics-cache.el$")
|
||||||
recentf-max-menu-items 0
|
recentf-max-menu-items 0
|
||||||
recentf-max-saved-items 250
|
recentf-max-saved-items 250
|
||||||
recentf-auto-cleanup 600)
|
recentf-auto-cleanup 600
|
||||||
|
recentf-filename-handlers '(abbreviate-file-name))
|
||||||
(recentf-mode 1)
|
(recentf-mode 1)
|
||||||
|
|
||||||
;; Let editorconfig handle global whitespace settings
|
;; Let editorconfig handle global whitespace settings
|
||||||
|
Reference in New Issue
Block a user