ui/ligatures: remove call to non-existent function
This commit is contained in:
parent
3cc032da9e
commit
584f06aaba
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue