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

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

Re: mode on by default


From: Matthew Flaschen
Subject: Re: mode on by default
Date: Fri, 02 Mar 2007 03:44:01 -0500
User-agent: Thunderbird 1.5.0.9 (X11/20070104)

Gary Wessle wrote:
> Hi
> 
> in my .emacs I have
> 
> (custom-set-variables
>   ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
>   ;; Your init file should contain only one such instance.
>  '(column-number-mode t)
>  '(winner-mode t)
>  '(default-major-mode (quote text-mode))
> ...
> 
> and the list goes on.
> notice that I edited the above section by adding the line
> '(winner-mode t)
> 
> is that correct in order to turn this mode on by default?

I think it should be:

(winner-mode 1)

and there's no reason to put it in custom-set-variables

Matthew Flaschen

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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