In case you ever wanted to permanently stop creating backup emacs files (the ones with ~ at the end of the filename) add the following to your .emacs file:
and/or disable the auto-saves add the following to your .emacs:
(setq backup-inhibited t)
and/or disable the auto-saves add the following to your .emacs:
(setq auto-save-default nil)