Allow wider git commit messages

No need to restrict to 72 characters per line.
This commit is contained in:
Daniel Borchmann 2025-03-08 18:26:56 +01:00
parent 47c7e664e5
commit 40e98e5bfa
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -1427,10 +1427,7 @@ 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)
: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
#'(lambda ()
(setq fill-column 72))))
(use-package highlight-indentation (use-package highlight-indentation
:commands highlight-indentation-mode) :commands highlight-indentation-mode)