From 57365f483ac15f86d4647eee37cf2f829d287b21 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 15 Oct 2022 16:19:54 -0700 Subject: reduce tramp-verbose --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3