Increase :preface priority

Reconcile order of `use-package-keywords' with the README
description of `:preface' as occurring before everything but
`:disabled'.
This commit is contained in:
Basil L. Contovounesios 2016-12-16 08:50:05 +00:00
parent 42b7a774cf
commit aad07daa8d

View file

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