Malabarba/paradox

Is it possible to defer this package with use-package?

fetatefog opened this issue · 3 comments

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?

You can call paradox-list-package, that should take care of everything.

@Malabarba thanks! It works perfect.

You're welcome. :)