From b214bd324b841267ffb4a9838a1e3d017cb4b75b Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Wed, 14 Aug 2019 02:49:28 +0200 Subject: [PATCH] Discard background color on outline-1 --- .emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index baf77e1..322edf9 100644 --- a/.emacs +++ b/.emacs @@ -1029,7 +1029,7 @@ (prettify-symbols-mode))) :custom-face - (outline-1 ((t (:height 1.9)))) + (outline-1 ((t (:height 1.9 :background nil)))) (outline-2 ((t (:height 1.6)))) (outline-3 ((t (:height 1.4)))) (outline-4 ((t (:height 1.2))))