fix(god): enable god-mode on init
Enabling god-mode was broken in7a2be67
. Fix: #6954 Amend:7a2be67efa
This commit is contained in:
parent
fa9ea253fa
commit
b7efac8b9e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; editor/god/config.el -*- lexical-binding: t; -*-
|
;;; editor/god/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(use-package! god-mode
|
(use-package! god-mode
|
||||||
:hook (doom-after-modules-init . god-mode-all)
|
:hook (doom-after-modules-config . 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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue