Set help-window-select

This commit is contained in:
2024-04-26 21:22:13 -07:00
parent fed725cff8
commit c080532c34

View File

@@ -23,6 +23,9 @@
;; Answer questions with y/n instead of yes/no
(defalias 'yes-or-no-p 'y-or-n-p)
;; when opening a help window, switch focus to it unless a help window was already open
(setq-default help-window-select t)
;; tabs are for monsters
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)