projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a09f8f
)
Change the :config default, if none has been set in vars
author
John Wiegley
<johnw@newartisans.com>
Fri, 1 Dec 2017 08:44:17 +0000
(
00:44
-0800)
committer
John Wiegley
<johnw@newartisans.com>
Fri, 1 Dec 2017 08:44:17 +0000
(
00:44
-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 d55a4c0c437eed39f40f20d36ff01d7ee30568f5..0983500e3a94e927960f0383c5f5352a89ecf68e 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-1780,7
+1780,7
@@
this file. Usage:
(unless (plist-member args* :init)
(plist-put args* :init nil))
(unless (plist-member args* :config)
- (plist-put args* :config
nil
))
+ (plist-put args* :config
'(t)
))
args*)
(and use-package-always-defer
(list :deferred t))))))