refactor(nvim): improve capture templates for orgmode
This commit is contained in:
parent
1f160e3bb7
commit
391cfb3ccb
@ -56,14 +56,18 @@ return {
|
||||
n = {
|
||||
description = "Note",
|
||||
template = "* %?",
|
||||
},
|
||||
j = {
|
||||
description = "Journal",
|
||||
template = "* %?",
|
||||
target = "~/Notes/journal.org",
|
||||
datetree = true,
|
||||
},
|
||||
s = {
|
||||
description = "Snippet",
|
||||
template = "* %? :snippet:",
|
||||
template = "* %?",
|
||||
target = "~/Notes/snippets.org",
|
||||
datetree = true,
|
||||
datetree = false,
|
||||
},
|
||||
},
|
||||
emacs_config = {
|
||||
|
Loading…
Reference in New Issue
Block a user