summaryrefslogtreecommitdiffstats
path: root/init.d
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2016-02-04 02:52:42 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2016-02-04 02:52:42 +0100
commitb9ea657842dbcd01d8ab0e0f7556e6eafe1fba63 (patch)
treefc8c45d624ee557cb6c7101ebea6b3904839ed49 /init.d
parentccac5d47bec254a902f8c467c21bba53f41c47b1 (diff)
downloademacs-b9ea657842dbcd01d8ab0e0f7556e6eafe1fba63.tar.gz
emacs-b9ea657842dbcd01d8ab0e0f7556e6eafe1fba63.tar.xz
emacs-b9ea657842dbcd01d8ab0e0f7556e6eafe1fba63.zip
Change location of auto-save-list file to cache dir
Diffstat (limited to 'init.d')
-rw-r--r--init.d/main.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/main.org b/init.d/main.org
index db999ab..89b159b 100644
--- a/init.d/main.org
+++ b/init.d/main.org
@@ -382,8 +382,8 @@ Do not save auto-save files into the directory of the original
file (especially important for editing files via tramp).
#+begin_src emacs-lisp
- (setq auto-save-file-name-transforms
- `((".*" ,(alex/cache-file "auto-save-list/") t)))
+ (setq auto-save-file-name-transforms `((".*" ,(alex/cache-file "auto-save-list/") t))
+ auto-save-list-file-prefix (alex/cache-file "auto-save-list/.saves-"))
#+end_src
** Remove some annoyances