fixed presenter shortcuts missing carriage return in neorg

This commit is contained in:
aminnairi
2024-01-13 20:07:16 +01:00
parent df8ae8d8d6
commit abcd010e9b
@@ -63,11 +63,11 @@ return {
p = { p = {
name = "Presenter", name = "Presenter",
s = { s = {
":Neorg presenter start", ":Neorg presenter start<CR>",
"Start", "Start",
}, },
S = { S = {
":Neorg presenter stop", ":Neorg presenter stop<CR>",
"Stop", "Stop",
}, },
}, },