mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
nit(tramp): fix comment about ssh>scp
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user