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

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

Re: Customize may not be appropriate for older users


From: Kim F. Storm
Subject: Re: Customize may not be appropriate for older users
Date: 11 Jan 2002 12:33:53 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

David.Kastrup@t-online.de (David Kastrup) writes:

> Customize does not "mess" with anything that you have "carefully
> crafted" but keeps itself to its own section.

You can even keep customizations in a separate file:

Near the bottom of my .emacs, I have (something like) this:

        (setq custom-file "~/.emacs.custom")
        (if (and custom-file (file-exists-p custom-file))
          (load custom-file))

-- 
Kim F. Storm  http://www.cua.dk



reply via email to

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