mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
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:
parent
42b7a774cf
commit
aad07daa8d
1 changed files with 1 additions and 1 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue