Set help-window-select
This commit is contained in:
@@ -23,6 +23,9 @@
|
|||||||
;; Answer questions with y/n instead of yes/no
|
;; Answer questions with y/n instead of yes/no
|
||||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
(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
|
;; tabs are for monsters
|
||||||
(setq-default indent-tabs-mode nil)
|
(setq-default indent-tabs-mode nil)
|
||||||
(setq-default tab-width 4)
|
(setq-default tab-width 4)
|
||||||
|
|||||||
Reference in New Issue
Block a user