Don't hightlight magit sections in terminal
This commit is contained in:
parent
abb6dcf86c
commit
92d4298870
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user