Do not explicitly install git-commit.el any longer
It now comes directly with magit.
This commit is contained in:
parent
99a938cad3
commit
4120de7619
1
init.el
1
init.el
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user