git-commit: Display with-editor's shorter usage message

This commit is contained in:
Jonas Bernoulli 2023-05-22 20:52:17 +02:00
parent 4eb8f15b97
commit 6bbe7ced3f
No known key found for this signature in database
GPG Key ID: 230C2EFBB326D927

View File

@ -114,9 +114,9 @@
(use-package git-commit
:defer t
:config
(setq git-commit-usage-message nil)
(remove-hook 'git-commit-setup-hook 'git-commit-setup-changelog-support)
(remove-hook 'git-commit-setup-hook 'git-commit-propertize-diff)
(remove-hook 'git-commit-setup-hook 'with-editor-usage-message)
(add-hook 'git-commit-setup-hook 'git-commit-turn-on-flyspell t))
(use-package git-rebase