From 79416dab24f551cc86173807b1ee94470793b10f Mon Sep 17 00:00:00 2001 From: KemoNine Date: Wed, 12 Apr 2023 15:24:11 -0400 Subject: [PATCH] add deploy project/todo template to org-capture setup --- org/config-org-capture.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index eadd3a5..f45da58 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -184,5 +184,12 @@ :immediate-finish "f" :jump-to-captured "t" ) + ("p" "Deployment" entry + (file "~/org/_todo.org") + (file "~/org/template_deploy.org") + :prepend t + :immediate-finish "f" + :jump-to-captured "t" + ) )) )