(Emacs/config)~ensure org-directory is an actual directory name

This commit is contained in:
2024-07-27 04:35:55 +01:00
parent 1b354c1dc4
commit ca1e31f4ee

View File

@@ -2630,7 +2630,7 @@ I'm not very bothered.
:straight t
:defer t
:init
(setq org-directory "~/Text"
(setq org-directory "~/Text/"
org-adapt-indentation nil
org-indent-mode nil
org-startup-indented t
@@ -2870,7 +2870,7 @@ todo file directly.
:defer t
:init
(setq
org-default-notes-file (concat org-directory "/todo.org")
org-default-notes-file (concat org-directory "todo.org")
org-capture-templates
'(("t" "Todo" entry
(file "")