emacs/vc: add git-commit package
Instead of relying on magit to install it for us.
This commit is contained in:
parent
fa1743eee8
commit
dd8b535eb1
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue