[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [External] : Re: Adding use-package to core
From: |
John Wiegley |
Subject: |
Re: [External] : Re: Adding use-package to core |
Date: |
Sun, 13 Nov 2022 22:02:03 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (darwin) |
>>>>> Drew Adams <drew.adams@oracle.com> writes:
> 1. "Customization beyond what Customize provides"
> What kinds of such customization, besides the one you call out next (#2)?
Defining custom functions, binding keys, advising functions, adding functions
onto hooks (when the hook isn't customizable), using `setq` when necessary,
etc.
use-package was originally created to eliminate repeated boilerplate in my
init.el file, because, not only do I want all of these customizations, but I
want them to load FAST and come into play only if I actually use the package.
> 2. "allows you to concentrate changes related to the same package in one
> place"
> Can you be more specific here? How does what you have in mind differ from
> what customize groups provide?
Customize group is great, but it only works for what is customizable.
I'm a huge fan of customize, btw, and have been using it for many years. The
fact that my init.el is 4.6k lines long should tell you that it doesn't
satisfy all my needs; 463 use-package declarations are needed to achieve that.
https://github.com/jwiegley/dot-emacs/blob/master/init.el
--
John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2
- Re: Adding use-package to core, (continued)
- Re: Adding use-package to core, John Wiegley, 2022/11/13
- Re: Adding use-package to core, xenodasein, 2022/11/13
- Re: Adding use-package to core, John Wiegley, 2022/11/13
- RE: [External] : Re: Adding use-package to core, Drew Adams, 2022/11/13
- Re: [External] : Re: Adding use-package to core, North Year, 2022/11/13
- Re: [External] : Re: Adding use-package to core, Matthew Carter, 2022/11/13
- Re: [External] : Re: Adding use-package to core, Juanma Barranquero, 2022/11/14
- Re: [External] : Re: Adding use-package to core, Tim Cross, 2022/11/14
- Re: [External] : Re: Adding use-package to core,
John Wiegley <=
- Re: Adding use-package to core, Eli Zaretskii, 2022/11/13
- Re: Adding use-package to core, xenodasein, 2022/11/14
- Re: Adding use-package to core, Eli Zaretskii, 2022/11/14
Re: Adding use-package to core, Po Lu, 2022/11/13
- Re: Adding use-package to core, xenodasein, 2022/11/14
- Re: Adding use-package to core, Po Lu, 2022/11/14
- Re: Adding use-package to core, xenodasein, 2022/11/14
- Re: Adding use-package to core, Po Lu, 2022/11/14
- Re: Adding use-package to core, Michael Albinus, 2022/11/15
Re: Adding use-package to core, Eli Zaretskii, 2022/11/14