Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created October 16, 2017 07:04
Show Gist options
  • Save dustinlacewell-wk/a74ae71cc10207671118636c6665a917 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/a74ae71cc10207671118636c6665a917 to your computer and use it in GitHub Desktop.
(let ((autosave-dir "~/.autosaves"))
(unless (file-exists-p (expand-file-name autosave-dir))
(make-directory (expand-file-name autosave-dir))))
(setq auto-save-file-name-transforms
`((".*" autosave-dir t)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment