summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/yaml-mode.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/yaml-mode.el')
-rw-r--r--.emacs.d/lisp/yaml-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/yaml-mode.el b/.emacs.d/lisp/yaml-mode.el
index 9706f6b..c748b6c 100644
--- a/.emacs.d/lisp/yaml-mode.el
+++ b/.emacs.d/lisp/yaml-mode.el
@@ -103,7 +103,7 @@ that key is pressed to begin a block literal."
103 103
104(defface yaml-tab-face 104(defface yaml-tab-face
105 '((((class color)) (:background "red" :foreground "red" :bold t)) 105 '((((class color)) (:background "red" :foreground "red" :bold t))
106 (t (:reverse-video t))) 106 (t (:inverse-video t)))
107 "Face to use for highlighting tabs in YAML files." 107 "Face to use for highlighting tabs in YAML files."
108 :group 'faces 108 :group 'faces
109 :group 'yaml) 109 :group 'yaml)