summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 5ad7ba0..b78a9ad 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -4,6 +4,7 @@
auto-save-list-file-prefix (my/cache-file-name "auto-save-list/")
backup-directory-alist `(("." . ,(my/cache-file-name "backups")))
custom-file (my/cache-file-name "custom.el")
+ delete-by-moving-to-trash t
transient-history-file (my/cache-file-name "transient/history.el"))