浏览代码

Change some markup-face foreground colors

pull/15/head
10sr 8 年前
父节点
当前提交
1103eb93eb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el 查看文件

@@ -973,9 +973,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(with-eval-after-load 'markup-faces
;; Is this too match ?
(set-face-foreground 'markup-meta-face
"brightblack")
"color-245")
(set-face-foreground 'markup-meta-hide-face
"brightblack")
"color-245")
)

(setq auto-mode-alist


正在加载...
取消
保存