mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-05-16 20:18:39 -04:00
recentf: Also exclude the x-variants of remote paths
This commit is contained in:
parent
c7e4018494
commit
e011078197
2
init.el
2
init.el
@ -134,7 +134,7 @@
|
|||||||
|
|
||||||
(use-package recentf
|
(use-package recentf
|
||||||
:demand t
|
:demand t
|
||||||
:config (add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:"))
|
:config (add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?x?:"))
|
||||||
|
|
||||||
(use-package savehist
|
(use-package savehist
|
||||||
:config (savehist-mode))
|
:config (savehist-mode))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user