Do not explicitly install git-commit.el any longer

It now comes directly with magit.
This commit is contained in:
Daniel Borchmann 2024-11-01 21:11:53 +01:00
parent 99a938cad3
commit 4120de7619
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -1395,7 +1395,6 @@ Note that this workaround is incomplete, as explained in this comment."
(use-package git-commit (use-package git-commit
:commands (global-git-commit-mode) :commands (global-git-commit-mode)
:ensure t
:init (setq git-commit-style-convention-checks '(non-empty-second-line :init (setq git-commit-style-convention-checks '(non-empty-second-line
overlong-summary-line)) overlong-summary-line))
:config (add-hook 'git-commit-setup-hook :config (add-hook 'git-commit-setup-hook