summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-21 15:27:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-21 15:27:06 -0700
commit821a07027e2ccebfc11ab268c1357fd50911779f (patch)
tree1e8e7e9ee93187d287da56c4bd6b4fd3e6bbd784
parent8e1c317077e27d90380bc2f718a793511bfd02a4 (diff)
downloaddotfiles-821a07027e2ccebfc11ab268c1357fd50911779f.tar.gz
activate direct-async-process for all non-multihop SSH connections
-rw-r--r--.emacs.d/init-spw.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index e27b2b59..78c53388 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -813,8 +813,9 @@ add places the library might be available to `load-path'."
(setq tramp-use-ssh-controlmaster-options nil)
(with-eval-after-load 'tramp
+ ;; activate direct-async-process for all non-multihop SSH connections
(add-to-list 'tramp-connection-properties
- `(,(regexp-quote "/ssh:fasolo:") "direct-async-process" t)))
+ `(,(regexp-quote "/ssh:") "direct-async-process" t)))
;;;; Electric pairs