mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Added documentation to use-package macro
This commit is contained in:
parent
7161c09b30
commit
01cfa0358f
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue