Don't hightlight magit sections in terminal

This commit is contained in:
Jeremy Dormitzer 2019-08-19 14:19:11 -04:00
parent abb6dcf86c
commit 92d4298870

View File

@ -1032,7 +1032,7 @@ Render stuff differently based on whether or not we are graphical:
Try to make the background normal colored in the terminal:
#+BEGIN_SRC emacs-lisp
(defvar no-background-in-tty-faces '(default line-number))
(defvar no-background-in-tty-faces '(default line-number magit-section-highlight))
(defun on-frame-open (frame)
(unless (display-graphic-p frame)