diff options
author | ThanosApollo <[email protected]> | 2022-10-21 04:08:18 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-21 04:08:18 +0300 |
commit | 60fe0cb552beed0b056f4a6a8a5c2811083d624b (patch) | |
tree | 03dfb31fa3137c6cedad512600a1e18f4cb2c69a /.config/doom | |
parent | 32b8e2ef597f8f8d67609b1eae6aa4924e9b9538 (diff) |
Change org directories
Diffstat (limited to '.config/doom')
-rw-r--r-- | .config/doom/orgConfig.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/doom/orgConfig.el b/.config/doom/orgConfig.el index 79c4e90..cb0324f 100644 --- a/.config/doom/orgConfig.el +++ b/.config/doom/orgConfig.el @@ -28,8 +28,8 @@ '(javascript-jshint json-jsonlist))) (after! org - (setq org-directory "~/Org/" - org-agenda-files '("~/Org/agenda.org") + (setq org-directory "~/org/" + org-agenda-files '("~/org/agenda.org") org-default-notes-file (expand-file-name "notes.org" org-directory) org-ellipsis " ▼ " org-superstar-headline-bullets-list '("◉" "●" "✶" "◆" "●" "○" "◆") |