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

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

How to disable auto save on Emacs 26.1


From: Tom Wallenfang
Subject: How to disable auto save on Emacs 26.1
Date: Wed, 03 Oct 2018 15:10:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello dear emacs folk,
I have been seeing lately that the autosave feature is activated again
although I deactivated it :/

Here is a cut from my .emacs file:

> (custom-set-variables
> '(auto-save-default nil)
> '(auto-save-interval 0)
> '(auto-save-timeout 0)
> '(auto-save-visited-interval 0))
Does anyone here know what I have to do so I don't have to remove those
files everytime I quit editing

(yes, I do know the consequences that can come with disabling autosave,
and I am taking the full responsibility for what might/is going to
happen.)

Thanks in Regards
Tom


reply via email to

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