refactor(ligatures): test for harfbuzz feature

A `harfbuzz` feature was introduced in 3e81655.

Ref: 3e81655b0e
This commit is contained in:
Henrik Lissner 2024-03-26 10:39:59 -04:00
parent 7acfb0c77c
commit 45fd893074
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -166,8 +166,8 @@ and cannot run in."
;; leave the check here for safety.
((and (> emacs-major-version 27)
(or (featurep 'ns)
(string-match-p "HARFBUZZ" system-configuration-features))
(featurep 'composite)) ; Emacs loads `composite' at startup
(featurep 'harfbuzz))
(featurep 'composite)) ; Emacs loads `composite' at startup
(use-package! ligature
:config