Use OPEN BOX instead of space for \quad.

* lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Use OPEN BOX
character for \quad instead of a space.
This commit is contained in:
Tassilo Horn 2015-09-15 14:10:48 +02:00
parent 13a71d8325
commit 40d3a151c2

View file

@ -3272,7 +3272,7 @@ There might be text before point."
("\\prod" . ?∏)
("\\propto" . ?∝)
("\\qed" . ?∎)
("\\quad" . ?)
("\\quad" . ?)
("\\rangle" . 10217) ; Literal ?⟩ breaks indentation.
("\\rbrace" . ?})
("\\rbrack" . ?\])