summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa2025-02-16 21:23:39 +0800
committernoa2025-02-16 21:23:39 +0800
commitb283b4a50458aa45bc82cc9baad67ad6558302a9 (patch)
tree386ff61edbe9dcd9e9bb7bcb85e6e00b258e553d /emacs
parentb5d26f90dea217e198037aba9b3f940c4f1b2e67 (diff)
Don't select help window by default
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 27002c2..aef6e2a 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -187,7 +187,6 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 (use-package help
   :defer t
   :custom
-  (help-window-select t) ;; Make it easier to close help windows
   ;; When opening source files from a help window, use the same window
   (help-window-keep-selected t))