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
|
: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))))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user