X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/ef9ed6f44ee2733bb5654114454b204164af2fbb..65f017fdd10482598fe8ff874f44a50bfdcde05f:/packages/load-dir-0.0.2.el diff --git a/packages/load-dir-0.0.2.el b/packages/load-dir-0.0.2.el index cec7ce5d5..1d4e0b630 100644 --- a/packages/load-dir-0.0.2.el +++ b/packages/load-dir-0.0.2.el @@ -25,22 +25,18 @@ ;;; Commentary: -;; This library will load all Lisp files found in the `load-dirs' variable. -;; (you may also want to set `load-dir-debug', `load-dir-recursive', -;; and `load-dir-ignore-errors') - -;; Normal usage in .emacs: - -;; (setq load-dirs '("~/mystuff")) ;; or Customize it -;; (require 'load-dir) ;; this will add `load-dirs' to your `after-init-hook' - -;; Then after startup: - -;; Explicitly load new files only... -;; M-x load-dirs - -;; Or reload all your files... -;; M-x load-dirs-reload +;; 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. +;; +;; The intent with ~/.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. ;;; Code: