Commit c8744ead69df

Vincent Demeester <vincent@sbr.pm>
2025-06-27 15:20:00
tools/emacs: update New Task capture template
It's a TODO, so adding the TODO keyword. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4cde24a
Changed files (1)
tools
emacs
tools/emacs/init.el
@@ -1178,7 +1178,7 @@ minibuffer, even without explicitly focusing it."
   (add-to-list 'org-capture-templates
                `("tt" "New task" entry
                  (file ,org-inbox-file)
-                 "* %?\n:PROPERTIES:\n:CREATED:\t%U\n:END:\n\n%i\n\nFrom: %a"
+                 "* TODO %?\n:PROPERTIES:\n:CREATED:\t%U\n:END:\n\n%i\n\nFrom: %a"
                  :empty-lines 1))
   ;; Refine this
   (add-to-list 'org-capture-templates