Change default TRAMP method to scp

Motivation: https://helpdeskheadesk.net/help-desk-head-desk/2021-05-19/.  In a
nutshell: scp should be faster.

Not sure whether choosing pscp on Windows is a good idea, though.  This may
change in the future.
This commit is contained in:
Daniel - 2021-09-08 18:24:44 +02:00
parent d8691928b0
commit e95f868c9d
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@
browse-url-generic-program "firefox"))
(use-package tramp
:init (setq tramp-default-method (if on-windows "plink" "sshx")))
:init (setq tramp-default-method (if on-windows "pscp" "scp")))
(use-package calc
;; https://florian.adamsky.it/2016/03/31/emacs-calc-for-programmers-and-cs.html