[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: always put Customizations in `custom-file', never in `user-init-file
From: |
Robert J. Chassell |
Subject: |
Re: always put Customizations in `custom-file', never in `user-init-file' |
Date: |
Tue, 11 Dec 2007 03:02:45 +0000 (UTC) |
The entire `custom-file' is generally not intended to be edited by
a user ...
Over the past 30 years or so, one of the great advantages of Emacs has
been its easy and built-in programming. Whether an expert user or new
user, everyone not only has been able to learn but has been encouraged
to learn. As far as I am concerned -- especially since I am not an
expert programmer -- that makes Emacs better than other window
managers with editing libraries.
I agree, faces and fonts are confusing. At least, I am confused by
them. For me, it is worth making them simple to set. Thus, regarding
faces, it is easy to see and change, and change again (and perhaps
again and again) by modifying
(custom-set-faces
'(bold ((t (:background "DodgerBlue4" :foreground "coral1"))))
...
Moreover, it is easier for me to remember the name of one
customization file, a .emacs file, than two.
--
Robert J. Chassell GnuPG Key ID: 004B4AC8
address@hidden address@hidden
http://www.rattlesnake.com http://www.teak.cc
- Re: always put Customizations in `custom-file', never in `user-init-file', (continued)
RE: always put Customizations in `custom-file', never in `user-init-file', Drew Adams, 2007/12/10
- Re: always put Customizations in `custom-file', never in `user-init-file', Stefan Monnier, 2007/12/10
- RE: always put Customizations in `custom-file', never in `user-init-file', Drew Adams, 2007/12/11
- Re: always put Customizations in `custom-file', never in `user-init-file', Stefan Monnier, 2007/12/11
- RE: always put Customizations in `custom-file', never in `user-init-file', Drew Adams, 2007/12/11
- Re: always put Customizations in `custom-file', never in `user-init-file', David Kastrup, 2007/12/11
Re: always put Customizations in `custom-file', never in `user-init-file', Jason Rumney, 2007/12/10
Re: always put Customizations in `custom-file', never in `user-init-file',
Robert J. Chassell <=
Re: always put Customizations in `custom-file', never in `user-init-file', Richard Stallman, 2007/12/11