Remove obsolete AUCTeX face; add its underline face

This commit is contained in:
Protesilaos Stavrou 2022-08-31 04:08:26 +03:00
parent fb7e470f06
commit c80eed8585
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -4532,9 +4532,9 @@ by virtue of calling either of `modus-themes-load-operandi' and
`(font-latex-string-face ((,class :inherit font-lock-string-face)))
`(font-latex-subscript-face ((,class :height 0.95)))
`(font-latex-superscript-face ((,class :height 0.95)))
`(font-latex-underline-face ((,c :inherit underline)))
`(font-latex-verbatim-face ((,class :inherit modus-themes-markup-verbatim)))
`(font-latex-warning-face ((,class :inherit font-lock-warning-face)))
`(tex-match ((,class :foreground ,blue-alt-other)))
`(tex-verbatim ((,class :inherit modus-themes-markup-verbatim)))
`(texinfo-heading ((,class :foreground ,magenta)))
`(TeX-error-description-error ((,class :inherit error)))