Rename Emacs mark mode -> Selection mark mode

This commit is contained in:
Jonatan Heyman 2025-04-14 14:55:11 +02:00
parent 4241a9d6ce
commit c6cae17522
2 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ const HEYNOTE_COMMANDS = {
copy: copyCommand, copy: copyCommand,
} }
// emacs-mode:ify all cursor/select commands from CodeMirror // selection mark-mode:ify all cursor/select commands from CodeMirror
for (let commandSuffix of [ for (let commandSuffix of [
"CharLeft", "CharRight", "CharLeft", "CharRight",
"CharBackward", "CharForward", "CharBackward", "CharForward",