mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
8 lines
273 B
EmacsLisp
8 lines
273 B
EmacsLisp
;;; editor/god/config.el -*- lexical-binding: t; -*-
|
|
|
|
(use-package! god-mode
|
|
: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))
|