diff --git a/config.org b/config.org index 7409635..442defa 100644 --- a/config.org +++ b/config.org @@ -213,7 +213,6 @@ needs to be set up to install them if they aren't already. #+end_src * Magit - =magit= is truly a wonderful creation! Only deviations from defaults here are a keybinding for =magit-status= and a maximum length for the summary line of commit messages (after which the excess is @@ -224,11 +223,10 @@ needs to be set up to install them if they aren't already. :bind ("C-x g" . magit-status) :config - (setq git-commit-summary-max-length 50)) + (setq git-commit-summary-max-length 72)) #+end_src * Language Integrations - Generally, 8-character-wide tabs are not my thing. #+begin_src emacs-lisp