Make all flymake EOL faces have the same :height 0.9

This commit is contained in:
Protesilaos 2026-09-01 12:44:05 +03:00
parent fd124dc370
commit a3e7ba2805
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -5441,11 +5441,11 @@ If COLOR is unspecified, then return :box unspecified."
`(flymake-end-of-line-diagnostics-face ((,c :inherit modus-themes-slant :underline ,border)))
`(flymake-error ((,c :underline (:style wave :color ,underline-err))))
`(flymake-error-echo ((,c :foreground ,err)))
`(flymake-error-echo-at-eol ((,c :inherit modus-themes-slant :foreground ,err :underline ,border)))
`(flymake-error-echo-at-eol ((,c :inherit modus-themes-slant :foreground ,err :height 0.9 :underline ,border)))
`(flymake-error-fringe ((,c :background ,bg-prominent-err :foreground ,fg-prominent-err)))
`(flymake-note ((,c :underline (:style wave :color ,underline-note))))
`(flymake-note-echo ((,c :foreground ,info)))
`(flymake-note-echo-at-eol ((,c :inherit modus-themes-slant :foreground ,info :underline ,border)))
`(flymake-note-echo-at-eol ((,c :inherit modus-themes-slant :foreground ,info :height 0.9 :underline ,border)))
`(flymake-note-fringe ((,c :background ,bg-prominent-note :foreground ,fg-prominent-note)))
`(flymake-warning ((,c :underline (:style wave :color ,underline-warning))))
`(flymake-warning-echo ((,c :foreground ,warning)))