ebib: Declare variables for the compiler

This commit is contained in:
Justin Burkett 2018-12-06 07:24:14 -05:00 committed by James N
parent 065cde9b92
commit 662b7b2d52
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
(defconst evil-collection-ebib-maps '(ebib-index-mode-map
ebib-entry-mode-map))
(defvar ebib-index-mode-map)
(defvar ebib-entry-mode-map)
;;;###autoload
(defun evil-collection-ebib-setup ()
"Set up `evil' bindings for `ebib'."