add deploy project/todo template to org-capture setup

This commit is contained in:
KemoNine 2023-04-12 15:24:11 -04:00
parent 800b4fdcd4
commit 79416dab24
1 changed files with 7 additions and 0 deletions

View File

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