Fix incorrect flymake warning underline color

This commit is contained in:
Jessie Hildebrandt 2023-10-16 13:44:53 -04:00
parent 1874c379a0
commit de32d1da1d

View File

@ -380,7 +380,7 @@
;; flymake
`(flymake-error ((,class (:underline (:color ,red)))))
`(flymake-note ((,class (:underline (:color ,green)))))
`(flymake-warning ((,class (:underline (:color ,orange)))))
`(flymake-warning ((,class (:underline (:color ,yellow)))))
;; flyspell
`(flyspell-incorrect ((,class (:inherit unspecified :underline (:color ,red)))))