From f1e597933bc8f6b63a6441b4bd0021b47e76dce6 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 28 Jul 2024 12:04:59 -0400 Subject: [PATCH] adjust org-capture lightly --- org/config-org-capture.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index bf9dab7..6b715cb 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -21,21 +21,21 @@ (setq org-capture-templates '( ("d" "TODO (Main)" entry (file "~/org/orgzly/_todo.org") - (file "~/org/template_todo.org") + (file "~/org/_org-capture-templates/template_todo.org") :prepend t :immediate-finish "f" :jump-to-captured "t" ) ("s" "TODO (Slipbox)" entry (file "~/org/orgzly/_slipbox.org") - (file "~/org/template_slipbox.org") + (file "~/org/_org-capture-templates/template_slipbox.org") :prepend t :immediate-finish "f" :jump-to-captured "t" ) ("b" "Blog Post" entry (file+headline "~/org/blog/_blog.org" "Drafts") - (file "~/org/template_blog.org") + (file "~/org/_org-capture-templates/template_blog.org") ) ("g" "Gaming") ("gd" "Destiny")