Author: Honza Pokorny <honza@redhat.com>
Set git commit message column to 72 Ahhhhhh, finally
spacemacs | 3 +++
diff --git a/spacemacs b/spacemacs index 16a451a6b57fb8227d9340d980e6795ccfb4a186..1b3e2d22f2c38a81bd2813cd4389c4874f7f788d 100644 --- a/spacemacs +++ b/spacemacs @@ -307,6 +307,9 @@ (setq-default auto-fill-function 'do-auto-fill) (setq-default fill-column 79) + ;; Commit message body should be filled to 72 + (setq git-commit-fill-column 72) + ;; Window numbering should start from "1" for each new frame. (setq-default winum-scope 'frame-local)