diff --git a/evil-collection-tablist.el b/evil-collection-tablist.el index 1489415..f339d24 100644 --- a/evil-collection-tablist.el +++ b/evil-collection-tablist.el @@ -27,6 +27,10 @@ (defconst evil-collection-tablist-maps '(tablist-mode-map tablist-minor-mode-map)) +(defvar tablist-mode-regexp-map) +(defvar tablist-mode-mark-map) +(defvar tablist-mode-filter-map) + ;;;###autoload (defun evil-collection-tablist-setup () "Set up `evil' bindings for `tablist'." diff --git a/evil-collection.el b/evil-collection.el index b0d5747..3d71413 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -525,6 +525,8 @@ forwarded to `require'." evil-collection-base-dir))) (require feature file noerror))) +(declare-function evil-collection-unimpaired-setup "evil-collection-unimpaired") + ;;;###autoload (defun evil-collection-init (&optional modes) "Register the Evil bindings for all modes in `evil-collection-mode-list'.