Revert personal TODO back to checkbox in capture template

This commit is contained in:
Patrick Elliott 2018-10-15 13:39:24 +02:00
parent 623195e312
commit 7cb1e489dc
No known key found for this signature in database
GPG key ID: 7CA109C3974AF5FA

View file

@ -31,7 +31,7 @@ It is used in Doom's default `org-capture-templates'.")
(defvar org-capture-templates (defvar org-capture-templates
'(("t" "Personal todo" entry '(("t" "Personal todo" entry
(file+headline +org-capture-todo-file "Inbox") (file+headline +org-capture-todo-file "Inbox")
"* TODO %?\n%i\n%a" :prepend t :kill-buffer t) "* [] %?\n%i\n%a" :prepend t :kill-buffer t)
("n" "Personal notes" entry ("n" "Personal notes" entry
(file+headline +org-capture-notes-file "Inbox") (file+headline +org-capture-notes-file "Inbox")
"* %u %?\n%i\n%a" :prepend t :kill-buffer t) "* %u %?\n%i\n%a" :prepend t :kill-buffer t)