emacs - make info+ loaded after info to reduce start time
authorPeng Li <seudut@gmail.com>
Sat, 30 Jul 2016 15:20:37 +0000 (23:20 +0800)
committerPeng Li <seudut@gmail.com>
Sat, 30 Jul 2016 15:20:37 +0000 (23:20 +0800)
emacs.d/config.org

index d6de9c3..ee6e363 100644 (file)
@@ -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