Move org directory from ~/Notes to ~/Org

Coincide with moving notes to git repo
This commit is contained in:
Evie Litherland-Smith 2023-10-19 06:20:57 +01:00
parent 4d9f9851a7
commit 2ac8995984

View file

@ -21,7 +21,7 @@
doom-modeline-persp-icon t
doom-modeline-persp-name t
display-line-numbers-type 'relative
org-directory "~/Notes/"
org-directory "~/Org/"
+latex-viewers '(pdf-tools)
+format-with-lsp nil)
(+global-word-wrap-mode +1)
@ -146,7 +146,7 @@
;; Org-mode settings
(after! org
(setq org-agenda-sticky t)
(setq org-agenda-files '("~/Notes/" "~/Notes/roam/daily/"))
(setq org-agenda-files '("~/Org/" "~/Org/roam/daily/"))
(setq org-agenda-prefix-format
'((agenda . " %i %-12:c%-12t")
(todo . " %i %-24:c")