Add /var/folders/* and /tmp/* to recentf-exclude
This commit is contained in:
parent
80ae0f2bde
commit
4f482c099f
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@
|
||||||
(setq recentf-save-file (concat doom-temp-dir "/recentf")
|
(setq recentf-save-file (concat doom-temp-dir "/recentf")
|
||||||
recentf-exclude '("/tmp/" "/ssh:" "\\.?ido\\.last$" "\\.revive$" "/TAGS$"
|
recentf-exclude '("/tmp/" "/ssh:" "\\.?ido\\.last$" "\\.revive$" "/TAGS$"
|
||||||
"emacs\\.d/private/cache/.+" "emacs\\.d/workgroups/.+$"
|
"emacs\\.d/private/cache/.+" "emacs\\.d/workgroups/.+$"
|
||||||
"wg-default" "/company-statistics-cache.el$")
|
"wg-default" "/company-statistics-cache.el$"
|
||||||
|
"^/var/folders/.+$" "^/tmp/.+")
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue