summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2017-12-01 01:04:35 -0800
committerJohn Wiegley <johnw@newartisans.com>2017-12-01 01:04:35 -0800
commitb5b432d0febb8348f137024a6320d25a98a25aeb (patch)
tree74c1bb20cce7c715362d235f40e9dcf2126f350e
parent07ab280741b91e1c96fa757e2ac5b6b6b56ac9eb (diff)
downloademacs-b5b432d0fe.tar.gz
Correct the ordering of :preface, :load-path, :defines and :functions
-rw-r--r--lisp/use-package/use-package.el6
1 files 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