diff options
author | johannst <johannes.stoelp@gmail.com> | 2019-09-04 19:27:08 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2019-09-04 19:27:08 +0200 |
commit | bb81a7e225af120ff391916b0e9dde8156ee1afd (patch) | |
tree | fb20b23fb841b414f8750040c765eaa134935fb1 | |
parent | e06e4924b3eb71db2be8ba0341743688c7c9c36e (diff) | |
download | dotfiles-bb81a7e225af120ff391916b0e9dde8156ee1afd.tar.gz dotfiles-bb81a7e225af120ff391916b0e9dde8156ee1afd.zip |
configure backup dir
-rw-r--r-- | emacs.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |