From 2c8d2e04b33a69a593110a2cf53b71b197e9365d Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 4 Feb 2016 02:05:59 +0900 Subject: [PATCH] Add experimental markup-meta-face config --- emacs.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs.el b/emacs.el index f2d9a71..40bb85a 100644 --- a/emacs.el +++ b/emacs.el @@ -967,6 +967,14 @@ IF OK-IF-ALREADY-EXISTS is true force download." ("\\.asciidoc\\'" . adoc-mode) ,@auto-mode-alist))) +(with-eval-after-load 'markup-faces + ;; (set-face-foreground 'markup-meta-hide-face + ;; "unspecified-fg") + ;; Is this too match ? + (set-face-foreground 'markup-meta-face + "unspecified-fg") + ) + (setq auto-mode-alist `(("autostart\\'" . sh-mode) ("xinitrc\\'" . sh-mode)