Skip to content

Commit

Permalink
setting initial state
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-hoch committed Aug 7, 2024
1 parent 4881efd commit 858c63e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modes/hyrolo/evil-collection-hyrolo.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 858c63e

Please sign in to comment.