mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/ligatures: remove call to non-existent function
This commit is contained in:
@ -182,8 +182,7 @@ and cannot run in."
|
||||
(set-char-table-range
|
||||
+ligature--composition-table
|
||||
(car char-regexp) `([,(cdr char-regexp) 0 font-shape-gstring])))
|
||||
(set-char-table-parent +ligature--composition-table composition-function-table)
|
||||
(add-hook 'after-change-major-mode-hook #'+ligatures-init-buffer-composition-table-h))))
|
||||
(set-char-table-parent +ligature--composition-table composition-function-table))))
|
||||
|
||||
;; Fallback ligature support for certain, patched fonts. Install them with
|
||||
;; `+ligatures/install-patched-font'
|
||||
|
Reference in New Issue
Block a user