How do I prevent Emacs from creating backup copies of buffers I don't wish to save when I kill buffers that have not been saved?
|
|
See Here Short version: put
in you .emacs file, or toggle this feature at any time with Here is the Emacs Manual Node. |
||||||
|
|
|
If you don't want emacs to litter your drive with backup files try adding the following to your .emacs file:
This will store every backup in a single location. |
||||
|
|
|
I would advice you to use something like:
This way you can have all backup files in one directory. |
||
|
|
