summary refs log tree commit diff
path: root/emacs/custom/fcuny-navigation.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-18 08:26:55 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-18 08:26:55 -0700
commit41647bdd45532d4b325f24d639c3db8876ae1b66 (patch)
tree36cd326dd5f817d4c0e978eb47d6028cfb627d0e /emacs/custom/fcuny-navigation.el
parentemacs: start a shell when configuration is loaded (diff)
downloademacs.d-41647bdd45532d4b325f24d639c3db8876ae1b66.tar.gz
emacs: select help buffer when it opens
Configure how we want to open an help buffer (on the left, with a
defined width), and let's jump to it.

Enable =visual-line-mode= for help buffers, otherwise it's unreadable.
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-navigation.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-navigation.el b/emacs/custom/fcuny-navigation.el
index 1a420ea..4f2541e 100644
--- a/emacs/custom/fcuny-navigation.el
+++ b/emacs/custom/fcuny-navigation.el
@@ -1,5 +1,7 @@
 (require 'fcuny-vars)
 
+(setq help-window-select t)
+
 (use-package bookmark
   :custom
   (bookmark-default-file (expand-file-name "bookmarks" fcuny/path-emacs-var))