Re: 9 billion backups
Bastien <[email protected]> Wed, 14 Jun 2006 00:33:01 +0100
| Newsgroups | gmane.emacs.wiki.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Thomas, i think this list is not the right place for such questions... You should better ask on gnu.emacs.help - but of course, you'll find answers here as well! "thomas knoll" <[email protected]> writes: > 1. I get like 9 billion backups of every file (e.g. foo.~1~ > ... foo.~39~) . Somewhere in your .emacs: (setq make-backup-files nil) > 2. Auto-fill-mode is always on by default. ... and this is a good default. The easy way is to turn it off for specific modes only: (add-hook 'planner-mode-hook 'turn-off-auto-fill) Regards, -- Bastien