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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

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