Add face for doc-face.

This commit is contained in:
vjoki 2019-04-22 13:22:40 +03:00
parent b487061eea
commit ece9ce3600
No known key found for this signature in database
GPG key ID: 6D0384751320C946

View file

@ -216,6 +216,10 @@ Given ~/Projects/FOSS/emacs/lisp/comint.el
"Face for 'X out of Y' segments, such as `anzu', `evil-substitute'
and`iedit', etc.")
(defface doom-modeline-debug
`((t (:inherit font-lock-doc-face)))
"Face for debug-level messages in the modeline. Used by `*flycheck'.")
(defface doom-modeline-info
`((t (:inherit (success bold))))
"Face for info-level messages in the modeline. Used by `*vc'.")