emacs magit diff highlighting -


i'm getting started magit. it, except diff viewer annoying me. chunk highlighting makes no sense because scroll around cursor moves screen, highlighting new regions. there no other syntax highlighting in magit diff mode. know how disable chunk highlighting , better diff colours other white on gray?

thanks.

there should customize group magit allows customize different faces diff viewer.

in other words, can run

m-x customize-group ret magit-faces ret 

to see list of faces used magit. ones relevant diff viewer are, of course, ones starting magit diff.

simply customize away , select apply , save. alternatively, can use customize interface see faces available, , set them directly using set-face-foreground, set-face-background, , on in init-file.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -