summary refs log tree commit diff
path: root/emacs/custom/my-git.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-29 14:24:52 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-29 14:24:52 -0700
commit0cf3f213c67a81b566639450a913c03e70cfbc5e (patch)
tree3c15bef2dd2503e78a4e266790b16aa2f9236e01 /emacs/custom/my-git.el
parentgo: define command for compiling (diff)
downloademacs.d-0cf3f213c67a81b566639450a913c03e70cfbc5e.tar.gz
git: bump the summary lenght to 70 characters
Diffstat (limited to 'emacs/custom/my-git.el')
-rw-r--r--emacs/custom/my-git.el2
1 files changed, 1 insertions, 1 deletions
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)