diff options
author | Tassilo Horn <tsdh@gnu.org> | 2015-11-05 21:12:37 +0100 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2015-11-05 21:12:37 +0100 |
commit | ddb8069d9bf3d7a584d690e73c91b00454fe5ec1 (patch) | |
tree | b223711c9bd3563f369ae1a8aef00b17dfa41fbd /lisp/textmodes | |
parent | 0880d5f6e1ad5006a022416cd21b974c7f5923b9 (diff) | |
download | emacs-ddb8069d9bf3d7a584d690e73c91b00454fe5ec1.tar.gz |
Add prettify symbol for \times
* lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Add
prettification support for \times.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/tex-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 0b13759b9bc..c9d347da02d 100644 --- 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" . ?∖) |