Add prefix command names for lisp-delete key bindings
This commit is contained in:
parent
e156aa9dfc
commit
e2d3378d41
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
("i" . "insertion")
|
||||
("j" . "join/split")
|
||||
("k" . "lisp")
|
||||
("kd" . "lisp-delete")
|
||||
("kD" . "lisp-delete-backward")
|
||||
("n" . "narrow/numbers")
|
||||
("p" . "projects")
|
||||
("q" . "quit")
|
||||
|
|
Reference in a new issue