]> git.eshelyaron.com Git - emacs.git/commitdiff
Increase :preface priority
authorBasil L. Contovounesios <contovob@tcd.ie>
Fri, 16 Dec 2016 08:50:05 +0000 (08:50 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Fri, 16 Dec 2016 08:50:05 +0000 (08:50 +0000)
Reconcile order of `use-package-keywords' with the README
description of `:preface' as occurring before everything but
`:disabled'.

lisp/use-package/use-package.el

index fb92010eaa5ef2011025753ce80f4953e2829c1e..34d9e727c99a684c54d8c625ceb813fd08e8a71f 100644 (file)
@@ -126,6 +126,7 @@ the user specified."
 
 (defcustom use-package-keywords
   '(:disabled
+    :preface
     :pin
     :ensure
     :if
@@ -133,7 +134,6 @@ the user specified."
     :unless
     :requires
     :load-path
-    :preface
     :no-require
     :bind
     :bind*