Enable god-mode support for which-key if required
Signed-off-by: Akhil Wali <akhil.wali.10@gmail.com>
This commit is contained in:
parent
42cb866f50
commit
53f8e8b249
1 changed files with 4 additions and 1 deletions
|
@ -4,4 +4,7 @@
|
|||
:hook (doom-after-init-modules . god-mode-all)
|
||||
:config
|
||||
(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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue