mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #5053: unwanted inline ligature composition
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user