summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2019-09-04 19:27:08 +0200
committerjohannst <johannes.stoelp@gmail.com>2019-09-04 19:27:08 +0200
commitbb81a7e225af120ff391916b0e9dde8156ee1afd (patch)
treefb20b23fb841b414f8750040c765eaa134935fb1
parente06e4924b3eb71db2be8ba0341743688c7c9c36e (diff)
downloaddotfiles-bb81a7e225af120ff391916b0e9dde8156ee1afd.tar.gz
dotfiles-bb81a7e225af120ff391916b0e9dde8156ee1afd.zip
configure backup dir
-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)