Increase length at which commit messages are highlighted
This commit is contained in:
parent
f555488dd3
commit
816ccf7c0c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user