summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index 9858348..73e7a4b 100644
--- a/emacs.el
+++ b/emacs.el
@@ -10,6 +10,7 @@
'(inhibit-startup-screen t)
'(tool-bar-mode nil)
'(whitespace-style '(trailing tabs newline tab-mark newline-mark))
+ '(backup-directory-alist `(("." . "~/.emacs.saves")))
)
;; only y/n prompt (no RET needed)