Add agenda files and capture template for org

This commit is contained in:
Tobias Ostner 2023-04-07 08:53:44 +02:00
parent 15fe0de5f4
commit e68c24a191

View file

@ -308,7 +308,11 @@
org-special-ctrl-a/e t org-special-ctrl-a/e t
org-pretty-entities t org-pretty-entities t
org-hide-emphasis-markers t org-hide-emphasis-markers t
org-startup-with-inline-images t)) org-startup-with-inline-images t
org-agenda-files '("~/TobCloud/org")
org-capture-templates
'(("t" "Todo" entry (file "~/TobCloud/org/inbox.org")
"* TODO %?\n %t\n %i\n %a"))))
(use-package org-modern (use-package org-modern
:after org :after org