From af8b961716e4338b779a916b5ea203fc4ba63309 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 1 Dec 2017 00:44:17 -0800 Subject: [PATCH] Change the :config default, if none has been set in vars --- lisp/use-package/use-package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))))) -- 2.39.2