Skip to content

Commit

Permalink
declared functions for hyrolo
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-hoch committed Aug 8, 2024
1 parent 858c63e commit f1b484d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modes/hyrolo/evil-collection-hyrolo.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
(defvar hyrolo-mode-map)
(defconst evil-collection-hyrolo-maps '(hyrolo-mode-map))

(declare-function hyrolo-to-previous-loc "hyrolo")
(declare-function hyrolo-to-next-loc "hyrolo")
(declare-function hyrolo-overview "hyrolo")
(declare-function hyrolo-outline-show-all "hyrolo")

(defun evil-collection-hyrolo-setup ()
"Set up `evil' bindings for hyrolo."
(evil-collection-define-key 'normal 'hyrolo-mode-map
Expand Down

0 comments on commit f1b484d

Please sign in to comment.