From: Peng Li Date: Thu, 9 Jun 2016 17:50:51 +0000 (+0800) Subject: emacs - help windows setting, switch focus to help windows X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;ds=sidebyside;h=c377172675411e7bf78751ba567e45f43921e7d6;p=dotfiles.git emacs - help windows setting, switch focus to help windows --- 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