mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
emacs/vc: add git-commit package
Instead of relying on magit to install it for us.
This commit is contained in:
@@ -68,9 +68,8 @@ info in the `header-line-format' is a good indication."
|
||||
|
||||
|
||||
(use-package! git-commit
|
||||
:after-call after-find-file
|
||||
:hook (doom-first-file . global-git-commit-mode)
|
||||
:config
|
||||
(global-git-commit-mode +1)
|
||||
(set-yas-minor-mode! 'git-commit-mode)
|
||||
|
||||
;; Enforce git commit conventions.
|
||||
|
Reference in New Issue
Block a user