org directory to lowercase
This commit is contained in:
parent
e47eec0168
commit
74ba89e2e2
2
init.el
2
init.el
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue