From c377172675411e7bf78751ba567e45f43921e7d6 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Fri, 10 Jun 2016 01:50:51 +0800 Subject: [PATCH] emacs - help windows setting, switch focus to help windows --- emacs.d_2/config.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/emacs.d_2/config.org b/emacs.d_2/config.org index 1f5bc3c..fea0d69 100644 --- a/emacs.d_2/config.org +++ b/emacs.d_2/config.org @@ -31,7 +31,7 @@ Set the emacs load path #+END_SRC -** Windows Setting +** General Setting Disable scroll bar, tool-bar and menu-bar @@ -51,6 +51,14 @@ Disable scroll bar, tool-bar and menu-bar #+END_SRC +Switch the focus to help window when it appears + +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + + (setq help-window-select t) + +#+END_SRC + * Package Management Tools ** Use-package -- 2.11.0