From c080532c34b523b9c49493d15614cc5f1ce7367d Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Fri, 26 Apr 2024 21:22:13 -0700 Subject: [PATCH] Set help-window-select --- thoom-emacs/modules/thoom-tweaks.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thoom-emacs/modules/thoom-tweaks.el b/thoom-emacs/modules/thoom-tweaks.el index 7386128..2186e87 100644 --- a/thoom-emacs/modules/thoom-tweaks.el +++ b/thoom-emacs/modules/thoom-tweaks.el @@ -23,6 +23,9 @@ ;; Answer questions with y/n instead of yes/no (defalias 'yes-or-no-p 'y-or-n-p) +;; when opening a help window, switch focus to it unless a help window was already open +(setq-default help-window-select t) + ;; tabs are for monsters (setq-default indent-tabs-mode nil) (setq-default tab-width 4)