Fix typos

This commit is contained in:
Case Duckworth 2022-01-03 15:38:30 -06:00
parent b50afe94b3
commit 4e25031492
1 changed files with 4 additions and 4 deletions

View File

@ -455,13 +455,13 @@
(:+leader "c" #'org-capture "C-c" #'org-capture)
(+org-capture-templates-setf "t" "Todo")
(+org-capture-templates-setf "tt"
'("Today!" entry (file "todo.org")
(concat "* TODO %^{Title}\n"
`("Today!" entry (file "todo.org")
,(concat "* TODO %^{Title}\n"
"DEADLINE: %t\n"
"\n%?")))
(+org-capture-templates-setf "ts"
'("Someday..." entry (file "todo.org")
(concat "* TODO %^{Title}\n"
`("Someday..." entry (file "todo.org")
,(concat "* TODO %^{Title}\n"
":PROPERTIES:\n"
":CREATED: [%<%F %T>]\n"
":END:\n"