load-dir
- Description
- Load all Emacs Lisp files in a given directory
- Latest
- load-dir-0.0.5.0.20221221.80456.tar (.sig), 2024-Mar-31, 10.0 KiB
- Maintainer
- Teodor Zlatanov <tzz@lifelogs.com>
- Atom feed
- load-dir.xml
- Website
- https://elpa.gnu.org/packages/load-dir.html
- Browse repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
This package provides a way to load all Emacs Lisp snippets (they don't have to be libraries) in a directory on startup or when Emacs is already running. It won't reload snippets unless the user requests it, so for instance adding a lambda to a hook is usually safe. You can specify ~/.emacs.d/load.d, a single directory, or a list of directories. The file search can be recursive. See the customizable variable `load-dirs' for details. The intent of ~/.emacs.d/load.d is to give package installers like el-get.el (see https://github.com/dimitri/el-get) and other tools a way to easily bootstrap themselves without necessarily modifying your .emacs or custom files directly.
Old versions
load-dir-0.0.5.0.20220302.165949.tar.lz | 2022-Mar-02 | 2.44 KiB |
load-dir-0.0.5.0.20220207.124832.tar.lz | 2022-Feb-07 | 2.44 KiB |
load-dir-0.0.5.0.20201129.193105.tar.lz | 2020-Dec-14 | 2.38 KiB |
load-dir-0.0.5.0.20201129.143105.tar.lz | 2021-Oct-09 | 2.38 KiB |