summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.org3
1 files changed, 3 insertions, 0 deletions
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)