From bd575ffdcf12b6364c7d261fcd7559c7b99c56f0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 28 Mar 2013 01:21:05 +0100 Subject: Emacs: Update text about deferring execution macro --- emacs/init.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index d9b8530..3ec9a00 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -14,6 +14,9 @@ so the disappear quickly after emacs starts up. #+END_SRC Define a macro for deferring code until after emacs has started up. +This gets used by certain functions that rely on packages installed +from ELPA. These packages don't get loaded until /after/ the init file +has completed loading. #+BEGIN_SRC emacs-lisp (defmacro eval-after-init (&rest body) -- cgit v1.2.3-54-g00ecf