From 8f6be34a485173c0fcef5236e18927b946fbfbe2 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 3 Oct 2023 14:56:34 +0200 Subject: Use working scpx method by default for tramp --- tw/home/files/emacs-init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tw') diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el index 947f4ed3..52a7c84f 100644 --- a/tw/home/files/emacs-init.el +++ b/tw/home/files/emacs-init.el @@ -35,6 +35,7 @@ ;; Indentation. (indent-tabs-mode nil "Always use spaces to indent.") ;; Niceties. + (tramp-default-method "scpx" "ssh and scp hang forever. scpx is faster than sshx for large files.") (global-hl-line-mode t "Highlight the current line in all buffers.") (column-number-mode t "Show the column number in the statusline.") (electric-pair-mode t "Auto-pair suitable characters like parentheses.") -- cgit v1.2.3