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
|
||||
:magic
|
||||
:magic-fallback
|
||||
:commands
|
||||
:hook)
|
||||
:hook
|
||||
:commands)
|
||||
"Unless `:demand' is used, keywords in this list imply deferred loading."
|
||||
:type '(repeat symbol)
|
||||
:group 'use-package)
|
||||
|
||||
Reference in New Issue
Block a user