[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)
(? (or "html" "pdf" "tex" "epub")))
,(rx "/"
(or "rsync" "ssh" "tmp")
(or "rsync" "ssh" "tmp" "yadm")
(* any)))))
#+end_src