Set default tramp protocol to be scp.

This commit is contained in:
Ivan Malison 2015-08-19 13:29:24 -07:00
parent 7475c09c14
commit ba7d90fdbd

View File

@ -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