emacs - help windows setting, switch focus to help windows
authorPeng Li <seudut@gmail.com>
Thu, 9 Jun 2016 17:50:51 +0000 (01:50 +0800)
committerPeng Li <seudut@gmail.com>
Thu, 9 Jun 2016 17:50:51 +0000 (01:50 +0800)
emacs.d_2/config.org

index 1f5bc3c..fea0d69 100644 (file)
@@ -31,7 +31,7 @@ Set the emacs load path
 
 #+END_SRC
 
 
 #+END_SRC
 
-** Windows Setting
+** General Setting
 
 Disable scroll bar, tool-bar and menu-bar
 
 
 Disable scroll bar, tool-bar and menu-bar
 
@@ -51,6 +51,14 @@ Disable scroll bar, tool-bar and menu-bar
 
 #+END_SRC
 
 
 #+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
 * Package Management Tools
 
 ** Use-package