ソースを参照

Update markup face

pull/15/head
10sr 8年前
コミット
7c8d7f501d
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el ファイルの表示

@@ -967,11 +967,11 @@ IF OK-IF-ALREADY-EXISTS is true force download."
,@auto-mode-alist))) ,@auto-mode-alist)))


(with-eval-after-load 'markup-faces (with-eval-after-load 'markup-faces
;; (set-face-foreground 'markup-meta-hide-face
;; "unspecified-fg")
;; Is this too match ? ;; Is this too match ?
(set-face-foreground 'markup-meta-face (set-face-foreground 'markup-meta-face
"unspecified-fg") "unspecified-fg")
(set-face-foreground 'markup-meta-hide-face
"unspecified-fg")
) )


(setq auto-mode-alist (setq auto-mode-alist


読み込み中…
キャンセル
保存