Correct the ordering of :preface, :load-path, :defines and :functions

This commit is contained in:
John Wiegley 2017-12-01 01:04:35 -08:00
parent 07ab280741
commit b5b432d0fe

View file

@ -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