Skip to content

Commit

Permalink
Declare functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jojojames committed Mar 12, 2023
1 parent 3936494 commit d9a70ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modes/elpaca/evil-collection-elpaca.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@

(defvar elpaca-info-mode-map)
(defvar elpaca-ui-mode-map)
(declare-function elpaca-defsearch "elpaca-ui")
(declare-function elpaca-ui-search "elpaca-ui")
(declare-function elpaca-ui-visit "elpaca-ui")


(defconst evil-collection-elpaca-maps '(elpaca-info-mode-map
elpaca-ui-mode-map))
Expand Down

0 comments on commit d9a70ef

Please sign in to comment.