summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-07 11:59:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-07 13:19:13 -0700
commit7cc4cb920a047ae09dde7ab987ff419991e25729 (patch)
tree3c1f2e41c288263da24d67b43c17224be70d024e
parent7c36b75bfbc32d4eee921a2a02ade3cba936232c (diff)
downloaddotfiles-7cc4cb920a047ae09dde7ab987ff419991e25729.tar.gz
try out TRAMP's new direct-async-process
-rw-r--r--.emacs.d/init-spw.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index 26de2a9a..b6191881 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -655,9 +655,15 @@ add places the library might be available to `load-path'."
(setq tab-bar-show 1)
+
+;;;; TRAMP
+
;; rely on my ~/.ssh/config
(setq tramp-use-ssh-controlmaster-options nil)
+(add-to-list 'tramp-connection-properties
+ `(,(regexp-quote "/ssh:fasolo:") "direct-async-process" t))
+
;;;; Electric pairs