jwiegley / use-package

A use-package declaration for simplifying your .emacs
https://jwiegley.github.io/use-package
GNU General Public License v3.0
4.42k stars 261 forks source link

Implied :defer 60, rather than :defer t #1080

Open jthaman opened 3 months ago

jthaman commented 3 months ago

Is it possible for :hook, :mode, :bind, etc. to imply a timed deferral, such as :defer 60, rather than :defer t ?