Increase length at which commit messages are highlighted

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:30 +00:00
parent f555488dd3
commit 816ccf7c0c

View File

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