recentf: Also exclude the x-variants of remote paths

This commit is contained in:
Jonas Bernoulli 2022-11-07 00:51:44 +01:00
parent c7e4018494
commit e011078197
No known key found for this signature in database
GPG Key ID: 230C2EFBB326D927

View File

@ -134,7 +134,7 @@
(use-package recentf
:demand t
:config (add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:"))
:config (add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?x?:"))
(use-package savehist
:config (savehist-mode))