From: Phillip Lord Date: Wed, 26 Jun 2013 11:12:25 +0000 (+0100) Subject: Added documentation to use-package macro X-Git-Tag: emacs-29.0.90~1306^2~15^2~451^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01cfa0358f2d51e50b0def40c667ea4fcd81c130;p=emacs.git Added documentation to use-package macro --- diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index c16f2ee2748..5b5d0995913 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -422,7 +422,8 @@ For full documentation. please see commentary. :defines Define vars to silence byte-compiler. :load-path Add to `load-path' before loading. :diminish Support for diminish package (if it's installed). -:idle adds a form to run on an idle timer" +:idle adds a form to run on an idle timer +:ensure loads package using package.el if necessary." (let* ((commands (plist-get args :commands)) (pre-init-body (plist-get args :pre-init)) (init-body (plist-get args :init))