From f1b484dc01e73e2f1614c91ad300b4d19fd9f8fc Mon Sep 17 00:00:00 2001 From: Julian Hoch Date: Thu, 8 Aug 2024 21:23:04 +0200 Subject: [PATCH] declared functions for hyrolo --- modes/hyrolo/evil-collection-hyrolo.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modes/hyrolo/evil-collection-hyrolo.el b/modes/hyrolo/evil-collection-hyrolo.el index 495fe52a..2dd00332 100644 --- a/modes/hyrolo/evil-collection-hyrolo.el +++ b/modes/hyrolo/evil-collection-hyrolo.el @@ -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