help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Load all deferred packages (use-package)


From: mail
Subject: Re: Load all deferred packages (use-package)
Date: Sat, 28 Sep 2024 10:51:30 -0400

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

 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]