Skip to content

Instantly share code, notes, and snippets.

@dgtized
Created March 7, 2014 21:47
Show Gist options
  • Save dgtized/9420885 to your computer and use it in GitHub Desktop.
Save dgtized/9420885 to your computer and use it in GitHub Desktop.
;; make the backup gods obey ME! no more ~ sprinkles all over the place
(setq version-control nil)
(let ((backup-dir (expand-file-name "backups" user-emacs-directory)))
(setq backup-directory-alist
`(("." . ,backup-dir)))
(setq auto-save-file-name-transforms
`((".*" ,backup-dir t))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment