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:
parent
1a09f8fef2
commit
af8b961716
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue