From ba7d90fdbd973f313791ce8bf2f12cdb661ed2ea Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 19 Aug 2015 13:29:24 -0700 Subject: [PATCH] Set default tramp protocol to be scp. --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 44d61147..4d89e2a5 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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