]> git.eshelyaron.com Git - emacs.git/commitdiff
Change the :config default, if none has been set in vars
authorJohn Wiegley <johnw@newartisans.com>
Fri, 1 Dec 2017 08:44:17 +0000 (00:44 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 1 Dec 2017 08:44:17 +0000 (00:44 -0800)
lisp/use-package/use-package.el

index d55a4c0c437eed39f40f20d36ff01d7ee30568f5..0983500e3a94e927960f0383c5f5352a89ecf68e 100644 (file)
@@ -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))))))