Automatically enter insert mode in git commit messages

This commit is contained in:
2022-10-10 22:50:08 -07:00
parent 1a553d37d5
commit 1f1cf72c79
2 changed files with 4 additions and 4 deletions

View File

@@ -266,8 +266,8 @@ When in indent-rigidly mode (=+= in normal state), use =H/L= to adjust indent by
meow-cheatsheet-layout meow-cheatsheet-layout-qwerty
meow-keypad-self-insert-undefined nil)
(add-to-list 'meow-mode-state-list
'(eshell-mode . insert) t)
(add-to-list 'meow-mode-state-list '(eshell-mode . insert) t)
(add-hook 'git-commit-mode-hook 'meow-insert)
(meow-motion-overwrite-define-key
'("j" . meow-next)