config/default: tramp-default-method = ssh

This commit is contained in:
Henrik Lissner
2019-09-20 17:16:36 -04:00
parent bad0dba1fc
commit bd93682de5

View File

@ -34,6 +34,10 @@
;; prompt for the key passphrase.
epa-pinentry-mode 'loopback))
;;;###package tramp
(unless IS-WINDOWS
(setq tramp-default-method "ssh")) ; faster than the default scp
;;
;;; Smartparens config