summaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
authorTimo Wilken2023-10-03 14:56:34 +0200
committerTimo Wilken2023-10-03 14:56:34 +0200
commit8f6be34a485173c0fcef5236e18927b946fbfbe2 (patch)
tree842ee80a44dbe47768bb1ec9763593dc524f38f8 /tw/home
parentb6efe4e0a51386fb781b09667a8ae4354ec1d8e8 (diff)
Use working scpx method by default for tramp
Diffstat (limited to 'tw/home')
-rw-r--r--tw/home/files/emacs-init.el1
1 files changed, 1 insertions, 0 deletions
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.")