1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

Change the :config default, if none has been set in vars

This commit is contained in:
John Wiegley 2017-12-01 00:44:17 -08:00
parent 1a09f8fef2
commit af8b961716

View file

@ -1780,7 +1780,7 @@ this file. Usage:
(unless (plist-member args* :init) (unless (plist-member args* :init)
(plist-put args* :init nil)) (plist-put args* :init nil))
(unless (plist-member args* :config) (unless (plist-member args* :config)
(plist-put args* :config nil)) (plist-put args* :config '(t)))
args*) args*)
(and use-package-always-defer (and use-package-always-defer
(list :deferred t)))))) (list :deferred t))))))