summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 7b04c17c..7f2d1cb5 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -452,7 +452,7 @@ windows side-by-side in the frame."
'(tab-bar-show 1)
'(tramp-auto-save-directory "~/.emacs.d/auto-saves/" nil nil "Put TRAMP auto-saves under local `user-emacs-directory'.")
'(tramp-backup-directory-alist '(("." . "~/.emacs.d/backups/")) nil nil "Put TRAMP backups under remote ~/.emacs.d/.")
- '(tramp-use-ssh-controlmaster-options nil nil nil "Rely on my ~/.ssh/config.")
+ '(tramp-use-connection-share nil nil nil "Rely on my ~/.ssh/config.")
'(tramp-verbose 1 nil nil "Manual says this should improve performance.")
'(transient-cycles-buffer-siblings-mode t)
'(transient-cycles-tab-bar-mode t)