mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Change order of :defines and :functions within `use-package-keywords'
This commit is contained in:
parent
20ea11b71a
commit
05dfea96e5
1 changed files with 3 additions and 1 deletions
|
|
@ -60,7 +60,9 @@
|
||||||
:requires
|
:requires
|
||||||
:load-path
|
:load-path
|
||||||
:no-require
|
:no-require
|
||||||
:preface :defines :functions
|
:defines
|
||||||
|
:functions
|
||||||
|
:preface
|
||||||
:after
|
:after
|
||||||
:custom
|
:custom
|
||||||
:custom-face
|
:custom-face
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue