config/default: tramp-default-method = ssh
This commit is contained in:
parent
bad0dba1fc
commit
bd93682de5
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue