[Emacs] Add sudo and sudoedit TRAMP protocols to ignored recentf
This commit is contained in:
parent
50c45cbbf4
commit
beaea0bd66
@ -2791,7 +2791,7 @@ excluded files.
|
|||||||
(* any)
|
(* any)
|
||||||
(? (or "html" "pdf" "tex" "epub")))
|
(? (or "html" "pdf" "tex" "epub")))
|
||||||
,(rx "/"
|
,(rx "/"
|
||||||
(or "rsync" "ssh" "tmp" "yadm")
|
(or "rsync" "ssh" "tmp" "yadm" "sudoedit" "sudo")
|
||||||
(* any)))))
|
(* any)))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user