Fix #5053: unwanted inline ligature composition
This commit is contained in:
parent
65b55fd7d1
commit
54067455e7
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ and cannot run in."
|
|||
(dolist (char-regexp +ligatures-composition-alist)
|
||||
(set-char-table-range
|
||||
+ligature--composition-table
|
||||
(car char-regexp) `([,(cdr char-regexp) 0 font-shape-gstring])))
|
||||
(car char-regexp) `([,(concat "." (cdr char-regexp)) 0 font-shape-gstring])))
|
||||
(set-char-table-parent +ligature--composition-table composition-function-table))))
|
||||
|
||||
;; Fallback ligature support for certain, patched fonts. Install them with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue