mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-07 20:59: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
|
(defcustom use-package-keywords
|
||||||
'(:disabled
|
'(:disabled
|
||||||
:preface
|
|
||||||
:pin
|
:pin
|
||||||
:defer-install
|
:defer-install
|
||||||
:ensure
|
:ensure
|
||||||
|
@ -148,6 +147,9 @@ the user specified."
|
||||||
:unless
|
:unless
|
||||||
:requires
|
:requires
|
||||||
:load-path
|
:load-path
|
||||||
|
:defines
|
||||||
|
:functions
|
||||||
|
:preface
|
||||||
:no-require
|
:no-require
|
||||||
:bind
|
:bind
|
||||||
:bind*
|
:bind*
|
||||||
|
@ -158,8 +160,6 @@ the user specified."
|
||||||
:magic
|
:magic
|
||||||
:magic-fallback
|
:magic-fallback
|
||||||
:commands
|
:commands
|
||||||
:defines
|
|
||||||
:functions
|
|
||||||
:hook
|
:hook
|
||||||
:defer
|
:defer
|
||||||
:custom
|
:custom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue