]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct the ordering of :preface, :load-path, :defines and :functions
authorJohn Wiegley <johnw@newartisans.com>
Fri, 1 Dec 2017 09:04:35 +0000 (01:04 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 1 Dec 2017 09:04:35 +0000 (01:04 -0800)
lisp/use-package/use-package.el

index 8f08865f33416b6951a5c61bb0ae4a7e783641f9..95c20b72cd2038c84a6883524983e4d1e8a31385 100644 (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