Created
November 29, 2012 10:42
-
-
Save intinig/4168144 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
| ;; 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