ui/ligatures: remove call to non-existent function

This commit is contained in:
Henrik Lissner 2020-08-20 03:31:40 -04:00
parent 3cc032da9e
commit 584f06aaba
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -182,8 +182,7 @@ and cannot run in."
(set-char-table-range (set-char-table-range
+ligature--composition-table +ligature--composition-table
(car char-regexp) `([,(cdr char-regexp) 0 font-shape-gstring]))) (car char-regexp) `([,(cdr char-regexp) 0 font-shape-gstring])))
(set-char-table-parent +ligature--composition-table composition-function-table) (set-char-table-parent +ligature--composition-table composition-function-table))))
(add-hook 'after-change-major-mode-hook #'+ligatures-init-buffer-composition-table-h))))
;; Fallback ligature support for certain, patched fonts. Install them with ;; Fallback ligature support for certain, patched fonts. Install them with
;; `+ligatures/install-patched-font' ;; `+ligatures/install-patched-font'