summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-07-13 09:31:32 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-07-13 09:32:35 +0100
commitf2a9499d3b98c9688a84bd424709200e1941e817 (patch)
tree235b7db79cd1207b933c97d5c8223aec9c959de0
parent742abe525d1632b022cf7d36047c7bd2eb450108 (diff)
downloaddotfiles-f2a9499d3b98c9688a84bd424709200e1941e817.tar.gz
try out always using TRAMP external methods for file transfer
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index ffc8f2bc..735d620e 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -452,6 +452,7 @@ windows side-by-side in the frame."
'(tab-bar-show 1)
'(tramp-auto-save-directory "~/.emacs.d/auto-saves/" nil nil "Put TRAMP auto-saves under local `user-emacs-directory'.")
'(tramp-backup-directory-alist '(("." . "~/.emacs.d/backups/")) nil nil "Put TRAMP backups under remote ~/.emacs.d/.")
+ '(tramp-copy-size-limit nil)
'(tramp-default-method "rsync")
'(tramp-use-connection-share nil nil nil "Rely on my ~/.ssh/config.")
'(tramp-verbose 1 nil nil "Manual says this should improve performance.")