mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Don't check for an :ensure that use-package-always-ensure may have added
Fixes https://github.com/jwiegley/use-package/issues/190
This commit is contained in:
parent
2ff8af6495
commit
1fc543a212
1 changed files with 1 additions and 2 deletions
|
@ -1769,8 +1769,7 @@ this file. Usage:
|
|||
(append args '(:demand t))
|
||||
args)))
|
||||
(when (and use-package-always-ensure
|
||||
(plist-member args* :load-path)
|
||||
(not (plist-member args* :ensure)))
|
||||
(plist-member args* :load-path))
|
||||
(plist-put args* :ensure nil))
|
||||
(unless (plist-member args* :init)
|
||||
(plist-put args* :init nil))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue