]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/tex-mode.el
Improve display of tex-verbatim and Info quoted
[gnu-emacs] / lisp / textmodes / tex-mode.el
index 973b2d373d5f6e37e3415ea066d6633cb1c152cb..b38b147b3e5008de6b0304ae17494514ee540f5d 100644 (file)
@@ -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")