Allow wider git commit messages
No need to restrict to 72 characters per line.
This commit is contained in:
parent
47c7e664e5
commit
40e98e5bfa
5
init.el
5
init.el
@ -1427,10 +1427,7 @@ Note that this workaround is incomplete, as explained in this comment."
|
||||
(use-package git-commit
|
||||
:commands (global-git-commit-mode)
|
||||
:init (setq git-commit-style-convention-checks '(non-empty-second-line
|
||||
overlong-summary-line))
|
||||
:config (add-hook 'git-commit-setup-hook
|
||||
#'(lambda ()
|
||||
(setq fill-column 72))))
|
||||
overlong-summary-line)))
|
||||
|
||||
(use-package highlight-indentation
|
||||
:commands highlight-indentation-mode)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user