Fix some evil-collection modules not loading
Because evil-collection-init was enclosed in one list too many.
This commit is contained in:
parent
5ae25318a4
commit
5a63f9cb30
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue