diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ | |||
29 | ;; They should not exist. | 29 | ;; They should not exist. |
30 | ;; --------------------------------- | 30 | ;; --------------------------------- |
31 | 31 | ||
32 | (setq auto-save-default nil) | 32 | (setq auto-save-default nil ; don't create auto-saves |
33 | auto-save-list-file-prefix nil) ; don't create auto-save-list dir | ||
33 | 34 | ||
34 | 35 | ||
35 | ;; --------------------------------- | 36 | ;; --------------------------------- |