diff options
author | Joe Wreschnig <joe.wreschnig@gmail.com> | 2017-07-09 22:23:38 +0200 |
---|---|---|
committer | Joe Wreschnig <joe.wreschnig@gmail.com> | 2017-07-10 09:17:23 +0200 |
commit | d0dcd95d80b13172378b9b9f85312e5233234e4c (patch) | |
tree | 152f480768a0b157f752fb63d7782a9c54cf6e52 /lisp/use-package | |
parent | 463e38b1887e27a9d23c9036f60accc30db0d89e (diff) | |
download | emacs-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.el | 1 |
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)) |