mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Enable god-mode support for which-key if required
Signed-off-by: Akhil Wali <akhil.wali.10@gmail.com>
This commit is contained in:
@ -4,4 +4,7 @@
|
|||||||
:hook (doom-after-init-modules . god-mode-all)
|
:hook (doom-after-init-modules . god-mode-all)
|
||||||
:config
|
:config
|
||||||
(add-hook 'post-command-hook #'+god--configure-cursor-and-modeline-h)
|
(add-hook 'post-command-hook #'+god--configure-cursor-and-modeline-h)
|
||||||
(add-hook 'overwrite-mode-hook #'+god--toggle-on-overwrite-h))
|
(add-hook 'overwrite-mode-hook #'+god--toggle-on-overwrite-h)
|
||||||
|
|
||||||
|
(after! which-key
|
||||||
|
(which-key-enable-god-mode-support)))
|
||||||
|
Reference in New Issue
Block a user