From: <mail@johnhaman.org>
To: <monnier@iro.umontreal.ca>
Cc: <help-gnu-emacs@gnu.org>
Subject: Re: Load all deferred packages (use-package)
Date: Sat, 28 Sep 2024 10:51:30 -0400 [thread overview]
Message-ID: <06af01db11b5$e7f3f800$b7dbe800$@johnhaman.org> (raw)
Which packages would you load like that and why?
Usually just loading a package does nothing useful, but that's
presumably not the case here, so I wonder what kind of effect you're
really thinking of when you say "load".
Hi, I missed your reply because I don't subscribe, so please keep me in the
TO line.
I would like to load (maybe require is the right term) all of my packages
into my emacs session after a few mins of idle. My rationale is that I would
prefer to not wait for org or ESS to load when I need them, but I'd also
like to not wait at startup either. Since I posted, I found a snippet on
github that seems to do what I would like.
```
(map-do (lambda (key _) (require key)) use-package-statistics)
```
--
Dr. John Haman
Maryland, USA
next reply other threads:[~2024-09-28 14:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-28 14:51 mail [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-26 16:41 Load all deferred packages (use-package) John Haman
2024-09-26 23:09 ` Stefan Monnier via Users list for the GNU Emacs text editor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='06af01db11b5$e7f3f800$b7dbe800$@johnhaman.org' \
--to=mail@johnhaman.org \
--cc=help-gnu-emacs@gnu.org \
--cc=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).