diff options
Diffstat (limited to '.config')
-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 '("◉" "●" "✶" "◆" "●" "○" "◆") |