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:
parent
c80d546e55
commit
b6c562b015
1 changed files with 1 additions and 2 deletions
|
@ -221,6 +221,7 @@ variable for an explanation of the defaults (in comments). See
|
||||||
which-key
|
which-key
|
||||||
woman
|
woman
|
||||||
xref
|
xref
|
||||||
|
xwidget
|
||||||
youtube-dl
|
youtube-dl
|
||||||
(ztree ztree-diff)))
|
(ztree ztree-diff)))
|
||||||
|
|
||||||
|
@ -277,8 +278,6 @@ and complains if a module is loaded too early (during startup)."
|
||||||
(evil-collection-minibuffer-insert)))
|
(evil-collection-minibuffer-insert)))
|
||||||
(add-transient-hook! 'process-menu-mode
|
(add-transient-hook! 'process-menu-mode
|
||||||
(+evil-collection-init '(process-menu simple)))
|
(+evil-collection-init '(process-menu simple)))
|
||||||
(add-transient-hook! 'xwidget-webkit-mode
|
|
||||||
(+evil-collection-init 'xwidget))
|
|
||||||
(add-transient-hook! 'tabulated-list-mode
|
(add-transient-hook! 'tabulated-list-mode
|
||||||
(+evil-collection-init 'tabulated-list))
|
(+evil-collection-init 'tabulated-list))
|
||||||
(add-transient-hook! 'tab-bar-mode
|
(add-transient-hook! 'tab-bar-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue