From b5b432d0febb8348f137024a6320d25a98a25aeb Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 1 Dec 2017 01:04:35 -0800 Subject: [PATCH] Correct the ordering of :preface, :load-path, :defines and :functions --- lisp/use-package/use-package.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 8f08865f334..95c20b72cd2 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -139,7 +139,6 @@ the user specified." (defcustom use-package-keywords '(:disabled - :preface :pin :defer-install :ensure @@ -148,6 +147,9 @@ the user specified." :unless :requires :load-path + :defines + :functions + :preface :no-require :bind :bind* @@ -158,8 +160,6 @@ the user specified." :magic :magic-fallback :commands - :defines - :functions :hook :defer :custom -- 2.39.2