diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index 7ed5b7482e1..364ea90ef81 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el @@ -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)