summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Pit-Claudel <clement.pitclaudel@live.com>2021-08-16 14:10:41 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-08-16 14:10:41 +0200
commitadb450719a63621decab2bfb4addb030afd14db2 (patch)
tree19cfceb6e6768d6242022d9eebae792fbaefcc1b
parent343dc9d41524cebfc88511a88df3969dbd766022 (diff)
downloademacs-adb450719a63621decab2bfb4addb030afd14db2.tar.gz
emacs-adb450719a63621decab2bfb4addb030afd14db2.tar.bz2
emacs-adb450719a63621decab2bfb4addb030afd14db2.zip
Remove prettification for \par in tex-mode
* lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Remove prettified version of `\par'. Many fonts don't display anything for the character it was mapped to (#x2029 PARAGRAPH SEPARATOR), so enabling prettification makes every `\par' disappear (bug#50073).
-rw-r--r--lisp/textmodes/tex-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 51216bdbe73..c53acf53e7e 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -3342,7 +3342,6 @@ There might be text before point."
("\\oplus" . ?⊕)
("\\oslash" . ?⊘)
("\\otimes" . ?⊗)
- ("\\par" . ?
)
("\\parallel" . ?∥)
("\\partial" . ?∂)
("\\perp" . ?⊥)