projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7161c09
)
Added documentation to use-package macro
author
Phillip Lord
<phillip.lord@russet.org.uk>
Wed, 26 Jun 2013 11:12:25 +0000
(12:12 +0100)
committer
Phillip Lord
<phillip.lord@russet.org.uk>
Wed, 26 Jun 2013 11:12:25 +0000
(12:12 +0100)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index c16f2ee27483c661bf20543c60735efd3784812c..5b5d0995913e6c050e6ec331d7534b330c5f8bfa 100644
(file)
--- 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))