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

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

Re: Disable auto-save-mode in .emacs


From: B.T. Raven
Subject: Re: Disable auto-save-mode in .emacs
Date: Wed, 13 Apr 2005 10:53:56 -0500

"JS" <d44sf@44ada.com> wrote in message
news:d3jeag$sr5$1@news.net.uni-c.dk...
> I know I can just press M-x auto-save-mode when I enter emacs. But is
it
> possible to write something in my .emacs file so I auto-save-mode
always is
> turned off in all buffers?

(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.
.
.
.
.
 '(auto-save-default nil))

Ed



reply via email to

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