Skip to content

Instantly share code, notes, and snippets.

@intinig
Created November 29, 2012 10:42
Show Gist options
  • Select an option

  • Save intinig/4168144 to your computer and use it in GitHub Desktop.

Select an option

Save intinig/4168144 to your computer and use it in GitHub Desktop.
;; save backups and autosaves in a better place
(setq backup-directory-alist `(("." . ,(concat user-emacs-directory "backups"))))
(setq auto-save-file-name-transforms
`((".*" ,(expand-file-name (concat user-emacs-directory "backups")) t)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment