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" + ) )) )