diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-05-09 14:40:22 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-05-09 14:40:22 +0200 |
| commit | 4d4c14fcd24902199f28dcc90f8124970ccdc70e (patch) | |
| tree | 867c0a6a7c93a99603c05c00d7788f9a7e12be60 | |
| parent | 1a74dc4c7e2eb441b295a66be7c00e8df45087d0 (diff) | |
| download | dotfiles-4d4c14fcd24902199f28dcc90f8124970ccdc70e.tar.gz dotfiles-4d4c14fcd24902199f28dcc90f8124970ccdc70e.zip | |
doom: updated backup directory path
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
| -rw-r--r-- | .config/doom/config.el | 4 |
1 files changed, 2 insertions, 2 deletions
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))) |
