Restore space in personal todo checkbox

This commit is contained in:
Henrik Lissner 2018-10-15 22:44:39 -04:00 committed by GitHub
parent 7cb1e489dc
commit 53cf2b4e2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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