summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-07-13 09:30:50 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-07-13 09:30:50 +0100
commit742abe525d1632b022cf7d36047c7bd2eb450108 (patch)
tree2b04d96b4c8efcbfcb2b0d9111b84e7cf08a289e /.emacs.d/init.el
parent9d2d0e3d05b6ff382fe9032811d940aeb949a371 (diff)
downloaddotfiles-742abe525d1632b022cf7d36047c7bd2eb450108.tar.gz
use rsync as TRAMP default method
Diffstat (limited to '.emacs.d/init.el')
-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 7f2d1cb5..ffc8f2bc 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-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.")
'(transient-cycles-buffer-siblings-mode t)