mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix some evil-collection modules not loading
Because evil-collection-init was enclosed in one list too many.
This commit is contained in:
@ -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))))
|
||||
|
Reference in New Issue
Block a user