Change TRAMP default method ssh -> sshx

This commit is contained in:
Evie Litherland-Smith 2025-01-15 10:25:57 +00:00
parent 142fab60c4
commit 40162358e6

View file

@ -177,7 +177,7 @@
:defer t
:defines (tramp-remote-path tramp-default-proxies-alist)
:custom
(tramp-default-method "ssh")
(tramp-default-method "sshx")
(tramp-backup-directory-alist backup-directory-alist)
(tramp-auto-save-directory (cdr (assoc "." tramp-backup-directory-alist)))
(remote-file-name-inhibit-cache 300)