Added documentation to use-package macro

This commit is contained in:
Phillip Lord 2013-06-26 12:12:25 +01:00
parent 7161c09b30
commit 01cfa0358f

View 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))