[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: A proposal for a friendlier Emacs
From: |
Drew Adams |
Subject: |
RE: A proposal for a friendlier Emacs |
Date: |
Tue, 22 Sep 2020 14:54:49 -0700 (PDT) |
> The question is ... whether any arbitrary, usually small, set of (setq X) or
> (face-spec-set Y) are better added to a hand-crafted init file, or done
> via Custom (so they end up in custom.el). The typical advice users get
> on Stackexchange and similar, is to choose either variant at will (or
> randomly), and to version control their emacs.d directory with git.
FWIW,that's not the advice I give. This is the advice I give:
https://emacs.stackexchange.com/questions/102/advantages-of-setting-variables-with-setq-instead-of-custom-el/106#106
And my advice is to use a `custom-file', so that Customize
doesn't fiddle with your hand-coded settings in your init
file. (And you shouldn't fiddle with Customize's code in
your `custom-file'.)
> What this shows is that (too much) freedom of choice early on in a new
> user's adoption journey can be perceived as an obstacle (by new users).
That may be true.
(I kinda wish that Emacs would somehow provide users with a
default, empty `custom-file', so that Customize would never
go near their init file.)
- Re: A proposal for a friendlier Emacs, (continued)
Re: A proposal for a friendlier Emacs, Gregory Heytings, 2020/09/17
- Re: A proposal for a friendlier Emacs, Nicola Manca, 2020/09/17
- Re: A proposal for a friendlier Emacs, Gregory Heytings, 2020/09/17
- Re: A proposal for a friendlier Emacs, Alexander Adolf, 2020/09/21
- Re: A proposal for a friendlier Emacs, Richard Stallman, 2020/09/21
- Re: A proposal for a friendlier Emacs, Alexander Adolf, 2020/09/22
- RE: A proposal for a friendlier Emacs,
Drew Adams <=
- Re: A proposal for a friendlier Emacs, Eli Zaretskii, 2020/09/23
- Re: A proposal for a friendlier Emacs, Eli Zaretskii, 2020/09/23
- Re: A proposal for a friendlier Emacs, Alexander Adolf, 2020/09/25
- Re: A proposal for a friendlier Emacs, Eli Zaretskii, 2020/09/25
- Re: A proposal for a friendlier Emacs, Alexander Adolf, 2020/09/25
- Re: A proposal for a friendlier Emacs, Eli Zaretskii, 2020/09/25
- Re: A proposal for a friendlier Emacs, Richard Stallman, 2020/09/26
- Re: A proposal for a friendlier Emacs, Alexander Adolf, 2020/09/29
- Re: A proposal for a friendlier Emacs, Eli Zaretskii, 2020/09/29
- Re: A proposal for a friendlier Emacs, Alexander Adolf, 2020/09/30