summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-13 10:08:42 +0000
committernoa@gaiwan.org2024-06-13 10:08:42 +0000
commit0825fd1f937ce96c3b70b22f12fd817b82c59beb (patch)
tree186708a840133ebb9457d4c6adc3651d26faa18c /emacs/init.el
parent7cc57cd8f0f6f560624a83601f54a628961f070c (diff)
Set option to select help windows when opened
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index b3544b0..fa57eec 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -179,6 +179,8 @@ and when JID is not in `jabber-activity-banned'."
 ;; 	)
 ;; )
 
+;; Select the help window so that i can easily close it again with q
+(setopt help-window-select t)
 (use-package helpful
 	:ensure t
 	:bind (