fix(doom): which key C h map was missing a nil
This commit is contained in:
parent
77ef13d14e
commit
bb44297790
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ And jumps to your `doom!' block."
|
|||
"j" nil
|
||||
"<right>" #'which-key-show-next-page-cycle
|
||||
|
||||
"k"
|
||||
"k" nil
|
||||
"<left>" #'which-key-show-previous-page-cycle
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue