mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Fixing path to Trash for Emacs saving backup files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user