Add help-window-select and next-error-recenter
This commit is contained in:
6
init.el
6
init.el
@@ -94,6 +94,10 @@
|
||||
compilation-ask-about-save nil
|
||||
compilation-scroll-output 'first-error)
|
||||
|
||||
;; Recenter to the middle of the window for `compile-goto-error', which is also
|
||||
;; used by `wgrep' and `embark-export'.
|
||||
(setq next-error-recenter '(4))
|
||||
|
||||
;;; Misc
|
||||
|
||||
(setq whitespace-line-column nil) ; whitespace-mode
|
||||
@@ -414,6 +418,8 @@
|
||||
|
||||
;;; Help
|
||||
|
||||
(setq help-window-select t) ;; Focus new help windows when opened
|
||||
|
||||
;; Enhance `apropos' and related functions to perform more extensive searches
|
||||
(setq apropos-do-all t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user