瀏覽代碼

Add experimental markup-meta-face config

pull/15/head
10sr 8 年之前
父節點
當前提交
2c8d2e04b3
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      emacs.el

+ 8
- 0
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)


Loading…
取消
儲存