fix(doom): which key C h map was missing a nil

This commit is contained in:
Infinidoge 2021-10-14 10:11:06 -04:00
parent 77ef13d14e
commit bb44297790

View file

@ -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
)