Emacs: Set git-commit-summary-max-length to git-commit-fill-column

master
Pierre Neidhardt 2016-06-09 22:42:42 +02:00
parent 58ebdfa919
commit 587f8b83c0
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ To view where the bindings are set in your config files, lookup
(add-to-list 'favorite-packages 'magit)
(when (require 'magit nil t)
(setq git-commit-summary-max-length git-commit-fill-column)
(global-set-key (kbd "C-x g") 'magit-status))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;