diff options
| author | 2013-03-28 01:21:05 +0100 | |
|---|---|---|
| committer | 2013-03-28 01:21:05 +0100 | |
| commit | bd575ffdcf12b6364c7d261fcd7559c7b99c56f0 (patch) | |
| tree | bd6e86c4023ac1da202eca57c657a769c90daf4a | |
| parent | 7a477eb80367af11c6ac2c2223a38d5ed9d3778f (diff) | |
| download | dotfiles-bd575ffdcf12b6364c7d261fcd7559c7b99c56f0.tar.gz dotfiles-bd575ffdcf12b6364c7d261fcd7559c7b99c56f0.zip | |
Emacs: Update text about deferring execution macro
| -rw-r--r-- | emacs/init.org | 3 |
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) |
