How to avoid *.*~ backup files in emacs
Following coding in .emacs can change the default backup folder (setq backup-directory-alist '(("." . "~/.emacs.d/backup")) backup-by-copying t ; Don't delink hardlinks version-control t ; Use version numbers on backups…