changed: command for done snippet

This commit is contained in:
quenousimporte 2023-11-30 12:28:18 +01:00
parent 1282750746
commit 58b0b90021
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ var snippets = [
cursor: -4
},
{
command: "/done",
command: "/x",
hint: "Mark todo entry done",
insert: "x " + (new Date).toISOString().substring(0, 10) + " "
}];