tweak: add /run to recentf-exclude
This commit is contained in:
parent
76e6dcd550
commit
eb170a7a38
1 changed files with 3 additions and 0 deletions
|
@ -306,6 +306,9 @@ tell you about it. Very annoying. This prevents that."
|
||||||
(abbreviate-file-name (file-truename (tramp-file-name-localname tfile)))
|
(abbreviate-file-name (file-truename (tramp-file-name-localname tfile)))
|
||||||
file))
|
file))
|
||||||
|
|
||||||
|
;; Anything in the runtime folders (i.e. $XDG_RUNTIME_DIR)
|
||||||
|
(add-to-list 'recentf-exclude "^/run")
|
||||||
|
|
||||||
;; Resolve symlinks, strip out the /sudo:X@ prefix in local tramp paths, and
|
;; Resolve symlinks, strip out the /sudo:X@ prefix in local tramp paths, and
|
||||||
;; abbreviate $HOME -> ~ in filepaths (more portable, more readable, & saves
|
;; abbreviate $HOME -> ~ in filepaths (more portable, more readable, & saves
|
||||||
;; space)
|
;; space)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue