diff --git a/pkg/base.el b/pkg/base.el index 9d535cc..bae9667 100644 --- a/pkg/base.el +++ b/pkg/base.el @@ -54,9 +54,9 @@ ;; #====================== Backup config #============================== (setq backup-directory-alist - `((".*" . "~/.emacs_backups/auto-save-list"))) + `((".*" . "~/.emacs/backups/auto-save-list"))) (setq auto-save-file-name-transforms - `((".*", "~/.emacs_backups/auto-save-list" t))) + `((".*", "~/.emacs/backups/auto-save-list" t))) (setq backup-by-copying t) (setq delete-old-versions t diff --git a/pkg/undo-tree.el b/pkg/undo-tree.el index 7934389..a00ed25 100644 --- a/pkg/undo-tree.el +++ b/pkg/undo-tree.el @@ -16,7 +16,7 @@ :straight t :config (setq-default ;; Save history to a specific folder - undo-tree-history-directory-alist '(("." . "~/.emacs_backups/undo-tree")) + undo-tree-history-directory-alist '(("." . "~/.emacs/backups/undo-tree")) ;; Show diff undo-tree-visualizer-diff t ;; Show timestamps