Set default tramp protocol to be scp.
This commit is contained in:
parent
7475c09c14
commit
ba7d90fdbd
@ -532,7 +532,7 @@ The current directory is assumed to be the project's root otherwise."
|
||||
(use-package tramp
|
||||
:commands tramp
|
||||
:config
|
||||
(setq tramp-default-method "ssh"))
|
||||
(setq tramp-default-method "scp"))
|
||||
|
||||
(use-package shackle
|
||||
:config
|
||||
|
Loading…
Reference in New Issue
Block a user