mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 12:20:39 -08:00
Respect keyword ordering in use-package-deferring-keywords
Relates to https://github.com/jwiegley/use-package/issues/565
This commit is contained in:
parent
0939993935
commit
894e95aa4b
1 changed files with 2 additions and 2 deletions
|
|
@ -108,8 +108,8 @@ declaration is incorrect."
|
||||||
:mode
|
:mode
|
||||||
:magic
|
:magic
|
||||||
:magic-fallback
|
:magic-fallback
|
||||||
:commands
|
:hook
|
||||||
:hook)
|
:commands)
|
||||||
"Unless `:demand' is used, keywords in this list imply deferred loading."
|
"Unless `:demand' is used, keywords in this list imply deferred loading."
|
||||||
:type '(repeat symbol)
|
:type '(repeat symbol)
|
||||||
:group 'use-package)
|
:group 'use-package)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue