Emacs: Update text about deferring execution macro
This commit is contained in:
parent
7a477eb803
commit
bd575ffdcf
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue