Replace vestigial references to def-package!
def-package! is deprecated and is replaced with use-package! to reduce confusion about its purpose and connection to use-package.
This commit is contained in:
parent
016f6c1b8b
commit
31ccd9be78
4 changed files with 4 additions and 4 deletions
|
@ -208,7 +208,7 @@ Accepts the following properties:
|
|||
Takes a MELPA-style recipe (see `quelpa-recipe' in `quelpa' for an example);
|
||||
for packages to be installed from external sources.
|
||||
:disable BOOL
|
||||
Do not install or update this package AND disable all of its `def-package!'
|
||||
Do not install or update this package AND disable all of its `use-package!'
|
||||
blocks.
|
||||
:ignore FORM
|
||||
Do not install this package.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue