summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))