nit(tramp): fix comment about ssh>scp (part 2)

Amend: 07d5cc8124
This commit is contained in:
Henrik Lissner
2025-09-25 19:09:48 -04:00
parent 722a8d3c7a
commit 2acc9c50a0

View File

@@ -17,8 +17,10 @@
tramp-backup-directory-alist backup-directory-alist
tramp-auto-save-directory (concat doom-cache-dir "tramp-autosave/"))
;; The ssh method is faster than scp (the default) on Windows
(unless (featurep :system 'windows)
;; On windows pscp/scp > ssh, everywhere else ssh is better. sshx is even
;; better but only with known, pubkey-authed hosts.
;; REVIEW: Test this >5 year old assumption again.
(setq tramp-default-method "ssh")))