Fix #4080: load evil-collection-xwidget normally

Turns out it doesn't need to be lazy loaded. Somehow, I remember
xwidget.el being pulled at startup, but either I'm crazy or it doesn't
seem to be the case anymore.
This commit is contained in:
Henrik Lissner 2020-10-12 23:54:26 -04:00
parent c80d546e55
commit b6c562b015
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -221,6 +221,7 @@ variable for an explanation of the defaults (in comments). See
which-key
woman
xref
xwidget
youtube-dl
(ztree ztree-diff)))
@ -277,8 +278,6 @@ and complains if a module is loaded too early (during startup)."
(evil-collection-minibuffer-insert)))
(add-transient-hook! 'process-menu-mode
(+evil-collection-init '(process-menu simple)))
(add-transient-hook! 'xwidget-webkit-mode
(+evil-collection-init 'xwidget))
(add-transient-hook! 'tabulated-list-mode
(+evil-collection-init 'tabulated-list))
(add-transient-hook! 'tab-bar-mode