diff --git a/init.el b/init.el index d0e7377..2a1ba4c 100644 --- a/init.el +++ b/init.el @@ -1304,7 +1304,10 @@ "Suggested-by" "Reported-by" "Tested-by" - "Reviewed-by"))) + "Reviewed-by")) + :config (add-hook 'git-commit-mode-hook + #'(lambda () + (setq fill-column 72)))) (use-package highlight-indentation :commands highlight-indentation-mode)