From: Basil L. Contovounesios Date: Fri, 16 Dec 2016 08:50:05 +0000 (+0000) Subject: Increase :preface priority X-Git-Tag: emacs-29.0.90~1306^2~15^2~283^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aad07daa8d;p=emacs.git Increase :preface priority Reconcile order of `use-package-keywords' with the README description of `:preface' as occurring before everything but `:disabled'. --- diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index fb92010eaa5..34d9e727c99 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -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*