diff --git a/modules/editor/evil/init.el b/modules/editor/evil/init.el index d3134a070..4bef221d8 100644 --- a/modules/editor/evil/init.el +++ b/modules/editor/evil/init.el @@ -45,6 +45,7 @@ kotlin-mode occur outline + shortdoc simple slime lispy) @@ -328,6 +329,8 @@ 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! 'shortdoc-mode + (+evil-collection-init 'shortdoc)) (add-transient-hook! 'tabulated-list-mode (+evil-collection-init 'tabulated-list)) (add-transient-hook! 'tab-bar-mode