mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user