summaryrefslogtreecommitdiff
path: root/lisp/use-package
diff options
context:
space:
mode:
authorJoe Wreschnig <joe.wreschnig@gmail.com>2017-07-09 22:23:38 +0200
committerJoe Wreschnig <joe.wreschnig@gmail.com>2017-07-10 09:17:23 +0200
commitd0dcd95d80b13172378b9b9f85312e5233234e4c (patch)
tree152f480768a0b157f752fb63d7782a9c54cf6e52 /lisp/use-package
parent463e38b1887e27a9d23c9036f60accc30db0d89e (diff)
downloademacs-d0dcd95d80b13172378b9b9f85312e5233234e4c.tar.gz
emacs-d0dcd95d80b13172378b9b9f85312e5233234e4c.tar.bz2
emacs-d0dcd95d80b13172378b9b9f85312e5233234e4c.zip
Document :delight in the doc string and README
Diffstat (limited to 'lisp/use-package')
-rw-r--r--lisp/use-package/use-package.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index 593a680eee3..35b4231d9c4 100644
--- a/lisp/use-package/use-package.el
+++ b/lisp/use-package/use-package.el
@@ -1544,6 +1544,7 @@ this file. Usage:
:functions Declare certain functions to silence the byte-compiler.
:load-path Add to the `load-path' before attempting to load the package.
:diminish Support for diminish.el (if installed).
+:delight Support for delight.el (if installed).
:ensure Loads the package using package.el if necessary.
:pin Pin the package to an archive."
(declare (indent 1))