From 4473a6c9bcc0eb9a9f883162b97edddecb0d9c24 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 7 Sep 2021 13:31:05 +0200 Subject: [PATCH] Autosave files to ~/.cache --- config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.el b/config.el index 03b70bf..6994f4a 100644 --- a/config.el +++ b/config.el @@ -10,8 +10,7 @@ (setq recentf-auto-cleanup 300) ; Save backup files to ~/.cache and autosave files to ~/.cache/emacs (setq backup-directory-alist `(("." . "~/.cache")) - auto-save-list-file-prefix - (concat "~/.cache/emacs")) + auto-save-list-file-prefix (concat "~/.cache")) ;; Load org configuration (after! org (load! "+org")) ;; Enter writeroom and disable completion and line numbers in Markdown