Use more telling name for setting up git commit buffers

There is no mode here, just a call to `git-commit-setup`.
This commit is contained in:
Daniel Borchmann 2024-06-27 11:15:40 +02:00
parent e84b4fb825
commit bca13ec9f2
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -1373,7 +1373,7 @@ Note that this workaround is incomplete, as explained in this comment."
:ensure t :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-mode-hook :config (add-hook 'git-commit-setup-hook
#'(lambda () #'(lambda ()
(setq fill-column 72)))) (setq fill-column 72))))