Skip to content

Commit b7efac8

Browse files
darth10Henrik Lissner
authored andcommitted
fix(god): enable god-mode on init
Enabling god-mode was broken in 7a2be67. Fix: doomemacs#6954 Amend: 7a2be67
1 parent fa9ea25 commit b7efac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/editor/god/config.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; editor/god/config.el -*- lexical-binding: t; -*-
22

33
(use-package! god-mode
4-
:hook (doom-after-modules-init . god-mode-all)
4+
:hook (doom-after-modules-config . god-mode-all)
55
:config
66
(add-hook 'post-command-hook #'+god--configure-cursor-and-modeline-h)
77
(add-hook 'overwrite-mode-hook #'+god--toggle-on-overwrite-h)

0 commit comments

Comments
 (0)