adjust org-capture lightly

This commit is contained in:
KemoNine 2024-07-28 12:04:59 -04:00
parent f0497a5370
commit f1e597933b

View file

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