mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Activate insert-mode in git-commit-mode #282
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
;;; feature/version-control/+git.el -*- lexical-binding: t; -*-
|
||||
;;;###if (not (featurep! -git))
|
||||
|
||||
(when (featurep! :feature evil)
|
||||
(add-hook 'git-commit-mode-hook #'evil-insert-state))
|
||||
|
||||
|
||||
(def-package! gitconfig-mode
|
||||
:mode "/\\.?git/?config$"
|
||||
:mode "/\\.gitmodules$")
|
||||
|
Reference in New Issue
Block a user