From 3ddeace972ec7d3ba2a55eecf37883d0d3496b19 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 1 Aug 2023 11:53:42 +0100 Subject: try out setting help-window-keep-selected to t --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 306a56d7..59efbeaa 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -285,6 +285,7 @@ windows side-by-side in the frame." (t . "%Y-%b-%d"))) '(haskell-indentation-layout-offset 4) '(haskell-indentation-left-offset 4) + '(help-window-keep-selected t) '(holiday-bahai-holidays nil) '(holiday-hebrew-holidays nil) '(holiday-islamic-holidays nil) -- cgit v1.2.3