emacs/vc: add git-commit package

Instead of relying on magit to install it for us.
This commit is contained in:
Henrik Lissner 2020-06-08 01:39:32 -04:00
parent fa1743eee8
commit dd8b535eb1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 2 deletions

View file

@ -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.