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.
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
(package! smerge-mode :built-in t)
|
||||
|
||||
(package! browse-at-remote :pin "6aecae4b5d202e582425fc8aa2c9c2b6a4779f25")
|
||||
(package! git-commit :pin "d459e528f46423f1976e5fa415e64f8f7162b473")
|
||||
(package! git-timemachine :pin "391eb61050de321101e631fcf373fc70ec6e7700")
|
||||
(package! gitconfig-mode :pin "55468314a5f6b77d2c96be62c7005ac94545e217")
|
||||
(package! gitignore-mode :pin "55468314a5f6b77d2c96be62c7005ac94545e217")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue