From b680b9a7db5eae765697ebfa3cefc6753eab6ae2 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sun, 26 Apr 2026 11:41:52 +0200 Subject: [PATCH] Focus help window automatically --- flakes/emacs/config/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/flakes/emacs/config/init.el b/flakes/emacs/config/init.el index 8cd035f..f0d6a93 100644 --- a/flakes/emacs/config/init.el +++ b/flakes/emacs/config/init.el @@ -232,6 +232,7 @@ fast-but-imprecise-scrolling t frame-title-format nil global-auto-revert-non-file-buffers t + help-window-select t highlight-nonselected-windows nil history-delete-duplicates t isearch-allow-motion t