X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/536ddf40cc30fbf68c4e6afb2d3d2d8e53458381..36906806ccfc0e53f1d8c365ab0d7151288b7833:/lisp/textmodes/tex-mode.el diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 973b2d373d..b38b147b3e 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -804,8 +804,7 @@ Not smaller than the value set by `tex-suscript-height-minimum'." (defvar tex-math-face 'tex-math) (defface tex-verbatim - ;; '((t :inherit font-lock-string-face)) - '((t :family "courier")) + '((t :inherit fixed-pitch-serif)) "Face used to highlight TeX verbatim environments." :group 'tex) (define-obsolete-face-alias 'tex-verbatim-face 'tex-verbatim "22.1")