Set TRAMP default method to SSH
This commit is contained in:
parent
85f7ce4da1
commit
48fb08591c
2
init.el
2
init.el
|
@ -150,7 +150,7 @@
|
|||
:defer t
|
||||
:defines (tramp-remote-path tramp-default-proxies-alist)
|
||||
:custom
|
||||
(tramp-default-method "scp")
|
||||
(tramp-default-method "ssh")
|
||||
(tramp-backup-directory-alist backup-directory-alist)
|
||||
(tramp-auto-save-directory (cdr (assoc "." tramp-backup-directory-alist)))
|
||||
(remote-file-name-inhibit-cache 300)
|
||||
|
|
Loading…
Reference in a new issue