From bca13ec9f2312328102eb4fd50f7a3f5d40e0787 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 27 Jun 2024 11:15:40 +0200 Subject: [PATCH] Use more telling name for setting up git commit buffers There is no mode here, just a call to `git-commit-setup`. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index c93c28e..b7b006f 100644 --- a/init.el +++ b/init.el @@ -1373,7 +1373,7 @@ Note that this workaround is incomplete, as explained in this comment." :ensure t :init (setq git-commit-style-convention-checks '(non-empty-second-line overlong-summary-line)) - :config (add-hook 'git-commit-mode-hook + :config (add-hook 'git-commit-setup-hook #'(lambda () (setq fill-column 72))))