X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=ee6e363a3c9f8718b9c5d9f3e4a4b830150c767c;hb=00b5dd30bdb5e61af4fe548c6ef01697cf7b480f;hp=d6de9c3cd164a3fb1278c00a36b893d416d4179d;hpb=8efb17a83d68483b90628ee661f3b7286ae22634;p=dotfiles.git 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