summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)