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 (defcustom use-package-keywords
'(:disabled '(:disabled
:preface
:pin :pin
:defer-install :defer-install
:ensure :ensure
@ -148,6 +147,9 @@ the user specified."
:unless :unless
:requires :requires
:load-path :load-path
:defines
:functions
:preface
:no-require :no-require
:bind :bind
:bind* :bind*
@ -158,8 +160,6 @@ the user specified."
:magic :magic
:magic-fallback :magic-fallback
:commands :commands
:defines
:functions
:hook :hook
:defer :defer
:custom :custom