From 4d4c14fcd24902199f28dcc90f8124970ccdc70e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 9 May 2024 14:40:22 +0200 Subject: doom: updated backup directory path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .config/doom/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/doom') diff --git a/.config/doom/config.el b/.config/doom/config.el index 5a095f5..f7fff3c 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -2,7 +2,7 @@ ;;; Basic information. -(defconst mssola-backup-dir "/home/backup" +(defconst mssola-data-dir "/home/mssola/data" "Directory located in a big partition where I dump a lot of crap.") ;; There are some packages that expect us to have a `user-full-name' and a @@ -354,7 +354,7 @@ littering will happen locally." (mapc (lambda (f) (unless (file-directory-p f) (delete-file f))) - (directory-files (concat (file-name-as-directory mssola-backup-dir) + (directory-files (concat (file-name-as-directory mssola-data-dir) "mail/ajuntament/inbox/new") t))) -- cgit v1.2.3