mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(version-control/magit): add convention-commit package
Suggests commit types in git-commit-mode.
This commit is contained in:
@@ -92,5 +92,10 @@
|
||||
(when delta-bin
|
||||
(magit-delta-mode +1))))))
|
||||
|
||||
(use-package conventional-commit
|
||||
:straight (:host github :repo "akirak/conventional-commit.el")
|
||||
:hook
|
||||
(git-commit-mode . conventional-commit-setup))
|
||||
|
||||
(provide 'siren-magit)
|
||||
;;; siren-magit.el ends here
|
||||
|
||||
Reference in New Issue
Block a user