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

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

mode on by default


From: Gary Wessle
Subject: mode on by default
Date: 02 Mar 2007 18:20:56 +1100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

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?

thanks


reply via email to

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