diff --git a/modes/hyrolo/evil-collection-hyrolo.el b/modes/hyrolo/evil-collection-hyrolo.el index 3b729e63..495fe52a 100644 --- a/modes/hyrolo/evil-collection-hyrolo.el +++ b/modes/hyrolo/evil-collection-hyrolo.el @@ -20,7 +20,8 @@ (kbd "gk") #'hyrolo-to-previous-loc (kbd "gj") #'hyrolo-to-next-loc (kbd "zo") #'hyrolo-outline-show-all - (kbd "zc") #'hyrolo-overview)) + (kbd "zc") #'hyrolo-overview) + (evil-set-initial-state 'hyrolo-mode 'normal)) (provide 'evil-collection-hyrolo) ;;; evil-collection-hyrolo.el ends here