fix conditional logic bug in org-capture setup

This commit is contained in:
KemoNine 2023-04-12 15:19:14 -04:00
parent f591417791
commit 800b4fdcd4
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@
)
))
)
(when (not kmn/is-dayjob)
(when kmn/is-dayjob
(setq org-capture-templates '(
("d" "TODO (Main)" entry
(file "~/org/_todo.org")