[Emacs] Ignore files opened through yadm/TRAMP

This commit is contained in:
Lucien Cartier-Tilet 2022-05-06 23:26:20 +02:00
parent a70aac1ba5
commit 46bae114e3
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -2791,7 +2791,7 @@ excluded files.
(* any) (* any)
(? (or "html" "pdf" "tex" "epub"))) (? (or "html" "pdf" "tex" "epub")))
,(rx "/" ,(rx "/"
(or "rsync" "ssh" "tmp") (or "rsync" "ssh" "tmp" "yadm")
(* any))))) (* any)))))
#+end_src #+end_src