summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-10-15 16:19:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-10-16 22:04:29 -0700
commit57365f483ac15f86d4647eee37cf2f829d287b21 (patch)
tree8c0c614910b595248cccd079285bc12879bbf8bf
parent4c315e05fb1c21e34d5c0e9df13a8d3e250cd711 (diff)
downloaddotfiles-57365f483ac15f86d4647eee37cf2f829d287b21.tar.gz
reduce tramp-verbose
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 00f6a885..89c982ca 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -386,6 +386,7 @@ windows side-by-side in the frame."
'(tab-bar-show 1)
'(tab-first-completion 'eol)
'(tramp-use-ssh-controlmaster-options 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)
'(transient-cycles-window-buffers-mode t)