projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3cbe3a
)
Add :pre-load to use-package-keywords
author
Ting-Yu Lin
<aethanyc@gmail.com>
Fri, 25 Oct 2013 16:09:20 +0000
(
00:09
+0800)
committer
Ting-Yu Lin
<aethanyc@gmail.com>
Fri, 25 Oct 2013 16:11:31 +0000
(
00:11
+0800)
The :pre-load keyword cannot be used unless it is in
`use-package-keywords' list.
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 316e37ee33096832dfde150340625f6d46dfffcb..704b0815238af632823c1296830a54e534930ec4 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-419,6
+419,7
@@
:load-path
:mode
:pre-init
+ :pre-load
:requires
)
"Keywords recognized by `use-package'.")