diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/main.org | 4 |
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 |