feat(grfn/emacs): Add capture template for work todo

Change-Id: If6e667a28619cd43d1135d6b0552bc09c5c038e8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8163
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2023-02-27 10:14:11 -05:00 committed by clbot
parent ffe77cbc9c
commit 5134324a78

View file

@ -76,6 +76,10 @@
"* TODO %?\n%i"
:kill-buffer t)
("w" "Work Todo" entry
(file+headline ,(notes-file "work.org") "Work Tasks")
"* TODO %?\n%i")
("m" "Email" entry
(file +org-default-todo-file)
"* TODO [[%L][%:subject]] :email:\n%i")