mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Add :pre-load to use-package-keywords
The :pre-load keyword cannot be used unless it is in `use-package-keywords' list.
This commit is contained in:
parent
c3cbe3a69a
commit
36cf13ef47
1 changed files with 1 additions and 0 deletions
|
|
@ -419,6 +419,7 @@
|
|||
:load-path
|
||||
:mode
|
||||
:pre-init
|
||||
:pre-load
|
||||
:requires
|
||||
)
|
||||
"Keywords recognized by `use-package'.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue