Respect keyword ordering in use-package-deferring-keywords
Relates to https://github.com/jwiegley/use-package/issues/565
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user