Skip to content

Commit

Permalink
Keep focus while navigating *help* buffers
Browse files Browse the repository at this point in the history
As discussed in issue syl20bnr#2659.
  • Loading branch information
sooheon committed Sep 28, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9f3b249 commit 37e382b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/core-spacemacs.el
Original file line number Diff line number Diff line change
@@ -100,6 +100,8 @@ initialization."
(tool-bar-mode -1))
(when (and (fboundp 'scroll-bar-mode) (not (eq scroll-bar-mode -1)))
(scroll-bar-mode -1))
;; Keep focus while navigating help buffers
(setq help-window-select 't)
;; tooltips in echo-aera
(when (and (fboundp 'tooltip-mode) (not (eq tooltip-mode -1)))
(tooltip-mode -1))

0 comments on commit 37e382b

Please sign in to comment.