From 00b5dd30bdb5e61af4fe548c6ef01697cf7b480f Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sat, 30 Jul 2016 23:20:37 +0800 Subject: [PATCH] emacs - make info+ loaded after info to reduce start time --- emacs.d/config.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.d/config.org b/emacs.d/config.org index d6de9c3..ee6e363 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1338,6 +1338,10 @@ When see function by =C-h f=, and visit the source code, I would like the buffer #+BEGIN_SRC emacs-lisp :tangle yes :results silent (el-get-bundle info+ :url "https://raw.githubusercontent.com/emacsmirror/emacswiki.org/master/info+.el" + ;; (require 'info+) + ) + + (with-eval-after-load 'info (require 'info+)) #+END_SRC -- 2.11.0