Emacs: Update text about deferring execution macro

This commit is contained in:
Tom Willemsen 2013-03-28 01:21:05 +01:00
parent 7a477eb803
commit bd575ffdcf

View file

@ -14,6 +14,9 @@ so the disappear quickly after emacs starts up.
#+END_SRC #+END_SRC
Define a macro for deferring code until after emacs has started up. 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 #+BEGIN_SRC emacs-lisp
(defmacro eval-after-init (&rest body) (defmacro eval-after-init (&rest body)