In use-package I can specify a number to :defer <num> (ex :defer 10) and it will require the package after <num> secs.
Is there a similar thing in leaf?
I am also finding such a function but found nothing in leaf.el. I have not explored how it is implemented in use-package, but I think it should be easy to be implemented with a queue on an idle timer.
In
use-package
I can specify a number to:defer <num>
(ex:defer 10
) and it will require the package after<num>
secs. Is there a similar thing inleaf
?