; Refer to the manual in use-package docstring
* lisp/use-package/use-package-core.el (use-package): Refer to manual.
This commit is contained in:
parent
0b3116971a
commit
c417fe4df3
1 changed files with 2 additions and 2 deletions
|
@ -1609,8 +1609,8 @@ no keyword implies `:all'."
|
||||||
(defmacro use-package (name &rest args)
|
(defmacro use-package (name &rest args)
|
||||||
"Declare an Emacs package by specifying a group of configuration options.
|
"Declare an Emacs package by specifying a group of configuration options.
|
||||||
|
|
||||||
For full documentation, please see the README file that came with
|
For the full documentation, see Info node `(use-package) top'.
|
||||||
this file. Usage:
|
Usage:
|
||||||
|
|
||||||
(use-package package-name
|
(use-package package-name
|
||||||
[:keyword [option]]...)
|
[:keyword [option]]...)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue