From 0cf3f213c67a81b566639450a913c03e70cfbc5e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 29 Apr 2022 14:24:52 -0700 Subject: git: bump the summary lenght to 70 characters --- emacs/custom/my-git.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/custom') diff --git a/emacs/custom/my-git.el b/emacs/custom/my-git.el index bbc946f..7a3a345 100644 --- a/emacs/custom/my-git.el +++ b/emacs/custom/my-git.el @@ -21,7 +21,7 @@ (add-hook 'git-commit-mode-hook 'my/git-commit-auto-fill) -(customize-set-variable 'git-commit-summary-max-length 50) +(customize-set-variable 'git-commit-summary-max-length 70) (global-set-key (kbd "C-c g l") 'git-link) (global-set-key (kbd "C-c g c") 'git-link-commit) -- cgit 1.4.1