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

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

Re: Replacing custom-set-variables


From: Joost Diepenmaat
Subject: Re: Replacing custom-set-variables
Date: Sat, 13 Sep 2008 20:08:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Mauricio <briqueabraque@yahoo.com> writes:

> Hi,
>
> In .emacs I have a few variables defined using:
>
> (custom-set-variables
>  '(var1 val1)
>  '(var2 val2)
>  '(var3 val3))
>
> How can I define those same variables in .emacs
> without using custom-set-variables?

just use

(setq var-name value)

-- 
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/


reply via email to

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