From 894e95aa4bc7248364c67b4f4ea3c6edbd027e84 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 6 Dec 2017 06:37:07 -0800 Subject: [PATCH] Respect keyword ordering in use-package-deferring-keywords Relates to https://github.com/jwiegley/use-package/issues/565 --- lisp/use-package/use-package-core.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2