hide commander and print messages in echo area

This commit is contained in:
2023-01-01 19:12:54 +00:00
parent 1f93dc2310
commit 055e8b792f
4 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -126,7 +126,7 @@
_
(let [syms (lume.map key-sequence index->string)]
(set key-sequence [])
(values nil (.. "No binding for " (table.concat syms " "))))))))
(values nil (.. (table.concat syms " ") " is undefined")))))))
}))