浏览代码

Discard background color on outline-1

nixos
Maxime Wack 4 年前
父节点
当前提交
b214bd324b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .emacs

+ 1
- 1
.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))))


正在加载...
取消
保存