From d0dcd95d80b13172378b9b9f85312e5233234e4c Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sun, 9 Jul 2017 22:23:38 +0200 Subject: [PATCH] Document :delight in the doc string and README --- lisp/use-package/use-package.el | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.2