mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
@@ -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")))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user