Add agenda files and capture template for org
This commit is contained in:
parent
15fe0de5f4
commit
e68c24a191
1 changed files with 5 additions and 1 deletions
|
|
@ -308,7 +308,11 @@
|
|||
org-special-ctrl-a/e t
|
||||
org-pretty-entities 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
|
||||
:after org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue