projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42b7a77
)
Increase :preface priority
author
Basil L. Contovounesios
<contovob@tcd.ie>
Fri, 16 Dec 2016 08:50:05 +0000
(08:50 +0000)
committer
Basil 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
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index fb92010eaa5ef2011025753ce80f4953e2829c1e..34d9e727c99a684c54d8c625ceb813fd08e8a71f 100644
(file)
--- 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*