Created
October 16, 2017 07:04
-
-
Save dustinlacewell-wk/a74ae71cc10207671118636c6665a917 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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