org directory to lowercase

This commit is contained in:
Evie Litherland-Smith 2024-05-15 07:55:32 +01:00
parent e47eec0168
commit 74ba89e2e2

View file

@ -587,7 +587,7 @@
:demand :demand
:hook ((org-mode . turn-on-auto-fill)) :hook ((org-mode . turn-on-auto-fill))
:custom :custom
(org-directory "~/Documents/Org") (org-directory "~/Documents/org")
(org-default-notes-file (expand-file-name "notes.org" org-directory)) (org-default-notes-file (expand-file-name "notes.org" org-directory))
(org-hide-emphasis-markers nil) (org-hide-emphasis-markers nil)
(org-pretty-entities-include-sub-superscripts t) (org-pretty-entities-include-sub-superscripts t)