Activate insert-mode in git-commit-mode #282
This commit is contained in:
parent
27a229ec9b
commit
961a55e764
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
;;; feature/version-control/+git.el -*- lexical-binding: t; -*-
|
;;; feature/version-control/+git.el -*- lexical-binding: t; -*-
|
||||||
;;;###if (not (featurep! -git))
|
;;;###if (not (featurep! -git))
|
||||||
|
|
||||||
|
(when (featurep! :feature evil)
|
||||||
|
(add-hook 'git-commit-mode-hook #'evil-insert-state))
|
||||||
|
|
||||||
|
|
||||||
(def-package! gitconfig-mode
|
(def-package! gitconfig-mode
|
||||||
:mode "/\\.?git/?config$"
|
:mode "/\\.?git/?config$"
|
||||||
:mode "/\\.gitmodules$")
|
:mode "/\\.gitmodules$")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue