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 :defer t
:defines (tramp-remote-path tramp-default-proxies-alist) :defines (tramp-remote-path tramp-default-proxies-alist)
:custom :custom
(tramp-default-method "ssh") (tramp-default-method "sshx")
(tramp-backup-directory-alist backup-directory-alist) (tramp-backup-directory-alist backup-directory-alist)
(tramp-auto-save-directory (cdr (assoc "." tramp-backup-directory-alist))) (tramp-auto-save-directory (cdr (assoc "." tramp-backup-directory-alist)))
(remote-file-name-inhibit-cache 300) (remote-file-name-inhibit-cache 300)