Add lispy to list of modes to autoload

This commit is contained in:
James Nguyen 2019-10-09 20:10:50 -07:00
parent 1fd291f082
commit 31b3dbe0d7
1 changed files with 1 additions and 1 deletions

View File

@ -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))