Browse Source

Add experimental markup-meta-face config

pull/15/head
10sr 8 years ago
parent
commit
2c8d2e04b3
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      emacs.el

+ 8
- 0
emacs.el View File

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


Loading…
Cancel
Save