Various tweaks & clean up

This commit is contained in:
Henrik Lissner 2017-05-01 14:52:29 -04:00
parent 312371fc26
commit d651311d1d
5 changed files with 9 additions and 7 deletions

View file

@ -154,7 +154,8 @@
"Face for warnings in the modeline. Used by `*flycheck'"
:group '+doom-modeline)
(defface doom-modeline-urgent `((t (:inherit error)))
(defface doom-modeline-urgent
`((t (:inherit error)))
"Face for errors in the modeline. Used by `*flycheck'"
:group '+doom-modeline)