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:
parent
e84b4fb825
commit
bca13ec9f2
2
init.el
2
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))))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user