summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-07-13 09:22:44 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-07-13 09:22:44 +0100
commit9d2d0e3d05b6ff382fe9032811d940aeb949a371 (patch)
tree8860c314f2eb3329555454b5b55590b705f4d1c7
parent10bfe2c73f24378a6e161a8db2891385fe45c681 (diff)
downloaddotfiles-9d2d0e3d05b6ff382fe9032811d940aeb949a371.tar.gz
update variable name
-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)