summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2017-12-01 00:44:17 -0800
committerJohn Wiegley <johnw@newartisans.com>2017-12-01 00:44:17 -0800
commitaf8b961716e4338b779a916b5ea203fc4ba63309 (patch)
tree072cbe283fb829b1aff8c6de47d07de1238b2a93
parent1a09f8fef22d477c2a04fdf4bcda62f26d818a6f (diff)
downloademacs-af8b961716.tar.gz
Change the :config default, if none has been set in vars
-rw-r--r--lisp/use-package/use-package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index d55a4c0c437..0983500e3a9 100644
--- 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))))))