Commit 136ea0ba8b57
Changed files (1)
tools
emacs
tools/emacs/init.el
@@ -1123,6 +1123,12 @@ minibuffer, even without explicitly focusing it."
"* TODO %?\n:PROPERTIES:\n:CREATED:\t%U\n:END:\n\n%i\n\nFrom: %a"
:empty-lines 1)
t)
+ (add-to-list 'org-capture-templates
+ `("td" "✅ Done" entry
+ (file ,org-inbox-file)
+ "* DONE %?\n:PROPERTIES:\n:CREATED:\t%U\n:END:\n\n%i\n\nFrom: %a"
+ :empty-lines 1)
+ t)
;; Refine this
(add-to-list 'org-capture-templates
`("tr" " PR Review" entry