diff --git a/evil-collection.el b/evil-collection.el index 3d71413..441d1ce 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -244,7 +244,7 @@ through removing their entry from `evil-collection-mode-list'." either target mode symbols or lists which `car' is the mode symbol and `cdr' the packages to register.") -(dolist (mode evil-collection--supported-modes) +(dolist (mode (append evil-collection--supported-modes '(lispy))) (let ((ec-mode-name (if (listp mode) (car mode) mode))) (autoload (intern (format "evil-collection-%s-setup" ec-mode-name))