From bb81a7e225af120ff391916b0e9dde8156ee1afd Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 4 Sep 2019 19:27:08 +0200 Subject: configure backup dir --- emacs.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3