Skip to content

Commit

Permalink
feat(version-control/magit): add convention-commit package
Browse files Browse the repository at this point in the history
Suggests commit types in git-commit-mode.
  • Loading branch information
jimeh committed Feb 7, 2024
1 parent 6868044 commit d608d96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/version-control/siren-magit.el
Expand Up @@ -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

0 comments on commit d608d96

Please sign in to comment.