summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-12-22 16:24:31 +0000
committerAlan Pearce2016-12-22 16:24:31 +0000
commit58c0c710ea6f2184f53f3b1849f0691e23b79d22 (patch)
tree44576c284ebb6ccb0a914da0a908bef99d487143
parent93576941f22fa40567543f069a814e095212c289 (diff)
downloaddotfiles-58c0c710ea6f2184f53f3b1849f0691e23b79d22.tar.lz
dotfiles-58c0c710ea6f2184f53f3b1849f0691e23b79d22.tar.zst
dotfiles-58c0c710ea6f2184f53f3b1849f0691e23b79d22.zip
Emacs: Use ssh-managed controlmaster options
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 96a94b8..e12cd6f 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -653,6 +653,7 @@ that I can sudo on remote machines
                   tramp-default-user-alist '(("\\`su\\(do\\)?\\'" nil "root"))
                   tramp-backup-directory-alist backup-directory-alist
                   tramp-completion-reread-directory-timeout 60
+                  tramp-ssh-controlmaster-options nil
                   backup-enable-predicate (lambda (name)
                                             (and (normal-backup-enable-predicate name)
                                                  (not (let ((method (file-remote-p name 'method)))