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:
parent
13a71d8325
commit
40d3a151c2
1 changed files with 1 additions and 1 deletions
|
@ -3272,7 +3272,7 @@ There might be text before point."
|
|||
("\\prod" . ?∏)
|
||||
("\\propto" . ?∝)
|
||||
("\\qed" . ?∎)
|
||||
("\\quad" . ? )
|
||||
("\\quad" . ?␣)
|
||||
("\\rangle" . 10217) ; Literal ?⟩ breaks indentation.
|
||||
("\\rbrace" . ?})
|
||||
("\\rbrack" . ?\])
|
||||
|
|
Loading…
Add table
Reference in a new issue