We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9ea25 commit b7efac8Copy full SHA for b7efac8
modules/editor/god/config.el
@@ -1,7 +1,7 @@
1
;;; editor/god/config.el -*- lexical-binding: t; -*-
2
3
(use-package! god-mode
4
- :hook (doom-after-modules-init . god-mode-all)
+ :hook (doom-after-modules-config . god-mode-all)
5
:config
6
(add-hook 'post-command-hook #'+god--configure-cursor-and-modeline-h)
7
(add-hook 'overwrite-mode-hook #'+god--toggle-on-overwrite-h)
0 commit comments