nit(tramp): fix comment about ssh>scp

This commit is contained in:
Henrik Lissner
2025-09-25 03:30:12 -04:00
parent 0e784755eb
commit 07d5cc8124

View File

@@ -17,8 +17,9 @@
tramp-backup-directory-alist backup-directory-alist tramp-backup-directory-alist backup-directory-alist
tramp-auto-save-directory (concat doom-cache-dir "tramp-autosave/")) 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) (unless (featurep :system 'windows)
(setq tramp-default-method "ssh"))) ; faster than scp on Windows (setq tramp-default-method "ssh")))
;; See https://coredumped.dev/2025/06/18/making-tramp-go-brrrr. ;; See https://coredumped.dev/2025/06/18/making-tramp-go-brrrr.