refactor(ligatures): use (featurep 'harfbuzz)

Doom adds this feature in lisp/doom.el.
This commit is contained in:
Henrik Lissner 2024-08-20 00:09:55 -04:00
parent 0ce403d069
commit bf330b405d
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -1,5 +1,5 @@
(when (and (or (featurep 'ns)
(string-match-p "HARFBUZZ" system-configuration-features))
(featurep 'harfbuzz))
(featurep 'composite))
(package! ligature
:pin "6ac1634612dbd42f7eb81ecaf022bd239aabb954"))