Is it possible to defer this package with use-package?
fetatefog opened this issue · 3 comments
fetatefog commented
I am trying to defer this package during startup as:
(use-package paradox
:ensure t
:defer t )
but when i call package-list-package, there is no paradox at all. So, is it possible to defer this until i call package-list-package?
Malabarba commented
You can call paradox-list-package, that should take care of everything.
testinggithub1222 commented
@Malabarba thanks! It works perfect.
Malabarba commented
You're welcome. :)