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