mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Correct the ordering of :preface, :load-path, :defines and :functions
This commit is contained in:
parent
07ab280741
commit
b5b432d0fe
1 changed files with 3 additions and 3 deletions
|
@ -139,7 +139,6 @@ the user specified."
|
|||
|
||||
(defcustom use-package-keywords
|
||||
'(:disabled
|
||||
:preface
|
||||
:pin
|
||||
:defer-install
|
||||
:ensure
|
||||
|
@ -148,6 +147,9 @@ the user specified."
|
|||
:unless
|
||||
:requires
|
||||
:load-path
|
||||
:defines
|
||||
:functions
|
||||
:preface
|
||||
:no-require
|
||||
:bind
|
||||
:bind*
|
||||
|
@ -158,8 +160,6 @@ the user specified."
|
|||
:magic
|
||||
:magic-fallback
|
||||
:commands
|
||||
:defines
|
||||
:functions
|
||||
:hook
|
||||
:defer
|
||||
:custom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue