Fix incorrect flymake warning underline color
This commit is contained in:
parent
1874c379a0
commit
de32d1da1d
@ -380,7 +380,7 @@
|
|||||||
;; flymake
|
;; flymake
|
||||||
`(flymake-error ((,class (:underline (:color ,red)))))
|
`(flymake-error ((,class (:underline (:color ,red)))))
|
||||||
`(flymake-note ((,class (:underline (:color ,green)))))
|
`(flymake-note ((,class (:underline (:color ,green)))))
|
||||||
`(flymake-warning ((,class (:underline (:color ,orange)))))
|
`(flymake-warning ((,class (:underline (:color ,yellow)))))
|
||||||
|
|
||||||
;; flyspell
|
;; flyspell
|
||||||
`(flyspell-incorrect ((,class (:inherit unspecified :underline (:color ,red)))))
|
`(flyspell-incorrect ((,class (:inherit unspecified :underline (:color ,red)))))
|
||||||
|
Loading…
Reference in New Issue
Block a user