summaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
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.")