Rename god-... -> +god-...

This commit is contained in:
Akhil Wali 2019-10-05 09:03:16 +13:00
parent d14a910cf4
commit 394a1aaac0
2 changed files with 10 additions and 10 deletions

View file

@ -4,6 +4,6 @@
:commands god-local-mode
:hook (doom-after-init-modules . god-mode-all)
:config
(setq god-exempt-major-modes god-default-exempt-major-modes)
(setq god-exempt-major-modes +god-default-exempt-major-modes)
(add-hook! 'post-command-hook #'+god--configure-cursor-and-modeline-h)
(add-hook! 'overwrite-mode-hook #'+god--toggle-on-overwrite-h))