macrostep: Fix missing kbd

This commit is contained in:
Pierre Neidhardt 2017-11-23 15:38:52 +01:00
parent cd9b6c6699
commit a309f3a157
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@
"u" 'macrostep-collapse
"gj" 'macrostep-next-macro
"gk" 'macrostep-prev-macro
"C-j" 'macrostep-next-macro
"C-k" 'macrostep-prev-macro))
(kbd "C-j") 'macrostep-next-macro
(kbd "C-k") 'macrostep-prev-macro))
(provide 'evil-macrostep)
;;; evil-macrostep.el ends here