Fix some evil-collection modules not loading

Because evil-collection-init was enclosed in one list too many.
This commit is contained in:
Henrik Lissner 2018-06-27 19:12:56 +02:00
parent 5ae25318a4
commit 5a63f9cb30
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -224,4 +224,4 @@ variable for an explanation of the defaults (in comments). See
(dolist (mode evil-collection-mode-list)
(dolist (req (or (cdr-safe mode) (list mode)))
(with-eval-after-load req
(+evil-collection-init (list mode)))))
(+evil-collection-init mode))))