[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
- How to disable auto save on Emacs 26.1,
Tom Wallenfang <=
- Re: How to disable auto save on Emacs 26.1, Martin Ć louf, 2018/10/03
- Re: How to disable auto save on Emacs 26.1, Stefan Monnier, 2018/10/03
- Message not available
- Re: How to disable auto save on Emacs 26.1, Tom Wallenfang, 2018/10/03
- Re: How to disable auto save on Emacs 26.1, tomas, 2018/10/04
- Re: How to disable auto save on Emacs 26.1, Skip Montanaro, 2018/10/04
- Re: How to disable auto save on Emacs 26.1, Van L, 2018/10/04
- Fossil [Was: Re: How to disable auto save on Emacs 26.1], Garreau, Alexandre, 2018/10/06
- Re: Fossil [Was: Re: How to disable auto save on Emacs 26.1], Van L, 2018/10/06
- Re: Fossil [Was: Re: How to disable auto save on Emacs 26.1], tomas, 2018/10/06
- Re: How to disable auto save on Emacs 26.1, Marcin Borkowski, 2018/10/04