From 60fe0cb552beed0b056f4a6a8a5c2811083d624b Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Fri, 21 Oct 2022 04:08:18 +0300 Subject: Change org directories --- .config/doom/orgConfig.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/doom/orgConfig.el') 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 '("◉" "●" "✶" "◆" "●" "○" "◆") -- cgit v1.2.3