diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-29 14:24:52 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-29 14:24:52 -0700 |
commit | 0cf3f213c67a81b566639450a913c03e70cfbc5e (patch) | |
tree | 3c15bef2dd2503e78a4e266790b16aa2f9236e01 /emacs/custom | |
parent | go: define command for compiling (diff) | |
download | emacs.d-0cf3f213c67a81b566639450a913c03e70cfbc5e.tar.gz |
git: bump the summary lenght to 70 characters
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-git.el | 2 |
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) |