Fix non-prefix key C error when loading macrostep
Due to malformed key spec.
This commit is contained in:
parent
66e62e8b6e
commit
1457ec3d15
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
|
||||
[backtab] #'macrostep-prev-macro
|
||||
"K" #'macrostep-prev-macro
|
||||
"C-p" #'macrostep-prev-macro
|
||||
"\C-p" #'macrostep-prev-macro
|
||||
|
||||
"q" #'macrostep-collapse-all
|
||||
"C" #'macrostep-collapse-all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue