[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What does use-package do?
From: |
John Wiegley |
Subject: |
Re: What does use-package do? |
Date: |
Sat, 08 Oct 2022 00:50:12 -0400 |
User-agent: |
Cyrus-JMAP/3.7.0-alpha0-1015-gaf7d526680-fm-20220929.001-gaf7d5266 |
It allows the user to declaratively configure a required package. There are
several “best practices” when writing startup config that will load quickly and
efficiently, and use-package effectively abstracts these practices for the user.
I originally wrote it to eliminate a lot of boilerplate and duplication in my
own high efficiency unit.el file (with hundreds of packages configured, but
less than one second Emacs load time).
John
On Fri, Oct 7, 2022, at 6:47 PM, Richard Stallman wrote:
> [[[ To any NSA and FBI agents reading my email: please consider ]]]
> [[[ whether defending the US Constitution against all enemies, ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
>
> Can someone send me a self-contained description of the job
> use-package does, from a user's perspective?
>
> I'm not asking about how it does that job, or how it works.
>
> --
> Dr Richard Stallman (https://stallman.org)
> Chief GNUisance of the GNU Project (https://gnu.org)
> Founder, Free Software Foundation (https://fsf.org)
> Internet Hall-of-Famer (https://internethalloffame.org)
- What does use-package do?, Richard Stallman, 2022/10/07
- Re: What does use-package do?,
John Wiegley <=
- Re: What does use-package do?, Payas Relekar, 2022/10/08
- Re: What does use-package do?, Eli Zaretskii, 2022/10/08
- Re: What does use-package do?, Akib Azmain Turja, 2022/10/08
- Re: What does use-package do?, Stefan Kangas, 2022/10/08
- Re: What does use-package do?, Philip Kaludercic, 2022/10/09
- Re: What does use-package do?, Stefan Kangas, 2022/10/09
- Re: What does use-package do?, Naoya Yamashita, 2022/10/11
- Re: What does use-package do?, John Wiegley, 2022/10/11
- Re: What does use-package do?, Emanuel Berg, 2022/10/11