From 816ccf7c0c4a4ccf1feba79067d1b2c491ec60cb Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:30 +0000 Subject: [PATCH] Increase length at which commit messages are highlighted --- config.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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