Commit 136ea0ba8b57

Vincent Demeester <vincent@sbr.pm>
2025-07-08 13:02:53
tools/emacs: add a "DONE" task org capture
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ba050d8
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