From f2a9499d3b98c9688a84bd424709200e1941e817 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 13 Jul 2023 09:31:32 +0100 Subject: try out always using TRAMP external methods for file transfer --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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.") -- cgit v1.2.3