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

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

Re: Coping with backup~ file proliferation


From: Jérôme Marant
Subject: Re: Coping with backup~ file proliferation
Date: Tue, 03 Dec 2002 16:23:03 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020827

ginak wrote:

I use Emacs for all my text editing, and I like it a lot, but one
thing that gets on my nerves is when my directories become littered
with backup files (like foo~).  How can I reduce the numbers of calls
to

 rm *~

This:

(setq make-backup-files nil)

disables backup files. I don't know if this is what you want.

Cheers,






reply via email to

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