nvim: update: [org] use uuid & add Journal capture template
This commit is contained in:
parent
ae5a5a502f
commit
bb5a54144a
1 changed files with 10 additions and 4 deletions
|
@ -245,6 +245,8 @@ require('lazy').setup({
|
|||
CANCELED = ":foreground #99AA99",
|
||||
},
|
||||
org_archive_location = '~/orgfiles/archives/%s_archive::',
|
||||
org_adapt_indentation = false,
|
||||
org_id_link_to_org_use_id = true,
|
||||
org_capture_templates = {
|
||||
t = {
|
||||
description = "Task",
|
||||
|
@ -253,9 +255,13 @@ require('lazy').setup({
|
|||
l = {
|
||||
description = "Log",
|
||||
template = '* %?\n%U'
|
||||
}
|
||||
},
|
||||
org_id_link_to_org_use_id = true,
|
||||
j = {
|
||||
description = "Journal",
|
||||
template = '* %?\n%U',
|
||||
target = '~/orgfiles/journal.org',
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue