projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0880d5f
)
Add prettify symbol for \times
author
Tassilo Horn
<tsdh@gnu.org>
Thu, 5 Nov 2015 20:12:37 +0000
(21:12 +0100)
committer
Tassilo 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
patch
|
blob
|
history
diff --git
a/lisp/textmodes/tex-mode.el
b/lisp/textmodes/tex-mode.el
index 0b13759b9bcff0b2df3db7a4a8d97fa8a45c12dd..c9d347da02d35f75c154eeb71bd7c46a32984d8c 100644
(file)
--- a/
lisp/textmodes/tex-mode.el
+++ b/
lisp/textmodes/tex-mode.el
@@
-3291,6
+3291,7
@@
There might be text before point."
("\\rightthreetimes" . ?⋌)
("\\risingdotseq" . ?≓)
("\\rtimes" . ?⋊)
+ ("\\times" . ?×)
("\\sbs" . ?﹨)
("\\searrow" . ?↘)
("\\setminus" . ?∖)