Fixing path to Trash for Emacs saving backup files.

This commit is contained in:
Derek Taylor
2023-08-26 19:14:36 -05:00
parent ac77e67324
commit e95d51be60
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
(use-package all-the-icons-dired
:hook (dired-mode . (lambda () (all-the-icons-dired-mode t))))
(setq backup-directory-alist '((".*" . "~/.Trash")))
(setq backup-directory-alist '((".*" . "~/.local/share/Trash/files")))
(use-package company
:defer 2