[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Stopping Emacs from leaving ~ files
From: |
Jason Earl |
Subject: |
Re: Stopping Emacs from leaving ~ files |
Date: |
Mon, 21 Apr 2003 20:53:23 -0600 |
User-agent: |
Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux) |
"Alfred M. Szmidt" <ams@kemisten.nu> writes:
> This is hopefully a simple question, but I've been unable to
> discover how to do it.
>
> Did you read the Emacs manual?
>
> How does one configure emacs so it will stop leaving ~ files
> around?
>
>>From (emacs)Backup:
>
> For most files, the variable `make-backup-files' determines
> whether to make backup files. On most operating systems, its
> default value is `t', so that Emacs does write backup files.
Another possible solution is to check out the variable
backup-directory-alist (C-h v backup-directory-alist). This allows
you to save your "backup" files in a central place.
Jason