]> git.eshelyaron.com Git - emacs.git/commitdiff
Added documentation to use-package macro
authorPhillip Lord <phillip.lord@russet.org.uk>
Wed, 26 Jun 2013 11:12:25 +0000 (12:12 +0100)
committerPhillip Lord <phillip.lord@russet.org.uk>
Wed, 26 Jun 2013 11:12:25 +0000 (12:12 +0100)
lisp/use-package/use-package.el

index c16f2ee27483c661bf20543c60735efd3784812c..5b5d0995913e6c050e6ec331d7534b330c5f8bfa 100644 (file)
@@ -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))