From: Peng Li Date: Sat, 30 Jul 2016 15:20:37 +0000 (+0800) Subject: emacs - make info+ loaded after info to reduce start time X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=00b5dd30bdb5e61af4fe548c6ef01697cf7b480f;hp=8efb17a83d68483b90628ee661f3b7286ae22634;p=dotfiles.git emacs - make info+ loaded after info to reduce start time --- 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