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

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

Re: customize-variable


From: John Paul Wallington
Subject: Re: customize-variable
Date: Wed, 08 Jan 2003 02:14:23 +0000
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (powerpc-apple-darwin5.5)

Shao Zhang <shao@cia.com.au> wrote:

> I have my config sorted out nicely into different files like .gnus,
> .emacs, and all of them are cvs controlled as well. However, every time I
> use customize-variable, it simply inserts the information randomly to a
> customize block, I had to manually move them around, or cut into
> different files in order to keep them readable.

How about frobbing the variable `custom-file', telling Emacs to save
your customization information elsewhere ?

You could put something like:

(setq custom-file (expand-file-name "~/emacs-custom-settings.el"))
(load custom-file)

in your .emacs file.

-- 
John Paul Wallington


reply via email to

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