From 800b4fdcd48b58f3d6108bab40e41c07a66e5fd0 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Wed, 12 Apr 2023 15:19:14 -0400 Subject: [PATCH] fix conditional logic bug in org-capture setup --- org/config-org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index 7c72252..eadd3a5 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -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")