]> git.eshelyaron.com Git - emacs.git/commitdiff
Add prettify symbol for \times
authorTassilo Horn <tsdh@gnu.org>
Thu, 5 Nov 2015 20:12:37 +0000 (21:12 +0100)
committerTassilo Horn <tsdh@gnu.org>
Thu, 5 Nov 2015 20:12:37 +0000 (21:12 +0100)
* lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Add
prettification support for \times.

lisp/textmodes/tex-mode.el

index 0b13759b9bcff0b2df3db7a4a8d97fa8a45c12dd..c9d347da02d35f75c154eeb71bd7c46a32984d8c 100644 (file)
@@ -3291,6 +3291,7 @@ There might be text before point."
     ("\\rightthreetimes" . ?⋌)
     ("\\risingdotseq" . ?≓)
     ("\\rtimes" . ?⋊)
+    ("\\times" . ?×)
     ("\\sbs" . ?﹨)
     ("\\searrow" . ?↘)
     ("\\setminus" . ?∖)