From 2d53aad13ab57ee55b14a454e6b98a9d9871f30d Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 23 Jul 2020 12:38:44 -0400 Subject: feat(gs/emacs): Add capture template for tvix tasks Change-Id: I94e588998da52618dacae61084fa81c01bc5ebcd Reviewed-on: https://cl.tvl.fyi/c/depot/+/1358 Tested-by: BuildkiteCI Reviewed-by: glittershark --- users/glittershark/emacs.d/org-config.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'users') diff --git a/users/glittershark/emacs.d/org-config.el b/users/glittershark/emacs.d/org-config.el index 3c12540a68..e5e194860c 100644 --- a/users/glittershark/emacs.d/org-config.el +++ b/users/glittershark/emacs.d/org-config.el @@ -60,6 +60,9 @@ ("px" "Xanthous" entry (file+headline ,(notes-file "xanthous.org") "Backlog") "* TODO %?\nContext %a\nIn task: %K") + ("pt" "Tvix" entry + (file+headline ,(notes-file "tvix.org") "Tvix TODO") + "* TODO %?\nContext %a\nIn task: %K") ("d" "Data recording") ) -- cgit 1.4.1