mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
git-commit: Do not add redundant bindings
This commit is contained in:
2
init.el
2
init.el
@@ -120,6 +120,8 @@
|
|||||||
|
|
||||||
(use-package git-commit
|
(use-package git-commit
|
||||||
:defer t
|
:defer t
|
||||||
|
:init
|
||||||
|
(setq git-commit-redundant-bindings nil)
|
||||||
:config
|
:config
|
||||||
(setq git-commit-usage-message nil)
|
(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-setup-changelog-support)
|
||||||
|
|||||||
Reference in New Issue
Block a user