projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07ab280
)
Correct the ordering of :preface, :load-path, :defines and :functions
author
John Wiegley
<johnw@newartisans.com>
Fri, 1 Dec 2017 09:04:35 +0000
(
01:04
-0800)
committer
John Wiegley
<johnw@newartisans.com>
Fri, 1 Dec 2017 09:04:35 +0000
(
01:04
-0800)
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 8f08865f33416b6951a5c61bb0ae4a7e783641f9..95c20b72cd2038c84a6883524983e4d1e8a31385 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-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