mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04: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
|
|
@ -419,6 +419,7 @@
|
|||
:load-path
|
||||
:mode
|
||||
:pre-init
|
||||
:pre-load
|
||||
:requires
|
||||
)
|
||||
"Keywords recognized by `use-package'.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue