]> code.delx.au - gnu-emacs-elpa/blob - packages/load-dir-readme.txt
packages/load-dir-0.0.2.el: added.
[gnu-emacs-elpa] / packages / load-dir-readme.txt
1 This package provides a way to load all Emacs Lisp snippets (they
2 don't have to be libraries) in a directory on startup or when Emacs is
3 already running. It won't reload snippets unless the user requests
4 it, so for instance adding a lambda to a hook is usually safe.
5
6 You can specify ~/.emacs.d/load.d, a single directory, or a list of
7 directories. The file search can be recursive.
8
9 The intent with ~/.emacs.d/load.d is to give package installers like
10 el-get.el (see https://github.com/dimitri/el-get) and other tools a
11 way to easily bootstrap themselves without necessarily modifying your
12 .emacs or custom files directly.