From 9d2d0e3d05b6ff382fe9032811d940aeb949a371 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 13 Jul 2023 09:22:44 +0100 Subject: update variable name --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3