diff options
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 ( |