Browse Source

Discard background color on outline-1

nixos
Maxime Wack 4 years ago
parent
commit
b214bd324b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .emacs

+ 1
- 1
.emacs View File

@@ -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))))


Loading…
Cancel
Save