💻 Software
How do I stop emacs from creating backup files?
Fresh5 days ago
Mar 15, 202616990 viewsConfidence Score0%
0%
Problem
I know there's probably a very good reason for it (i.e. backup) - but for personal reasons (it's just annoying me), is it possible to stop emacs from creating a backup of every file I edit? I'm talking about when it creates a file appended with the character.
Error Output
FooBar FooBar~ HelloWorld HelloWorld~
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do I stop emacs from creating backup files?
Low Risk
Put in your .emacs file. What the variable does... make-backup-files is a variable defined in `files.el'. Non-nil means make a backup of a file the first time it is saved. This can be done by renaming the file or by copying. Renaming means that Emac…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix