diff options
author | noa@gaiwan.org | 2024-06-13 10:08:42 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-13 10:08:42 +0000 |
commit | 0825fd1f937ce96c3b70b22f12fd817b82c59beb (patch) | |
tree | 186708a840133ebb9457d4c6adc3651d26faa18c /emacs/init.el | |
parent | 7cc57cd8f0f6f560624a83601f54a628961f070c (diff) |
Set option to select help windows when opened
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
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 ( |