diff --git a/emacs/init.org b/emacs/init.org index e210d84..610db65 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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)