mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(ligatures): use (featurep 'harfbuzz)
Doom adds this feature in lisp/doom.el.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
(when (and (or (featurep 'ns)
|
||||
(string-match-p "HARFBUZZ" system-configuration-features))
|
||||
(featurep 'harfbuzz))
|
||||
(featurep 'composite))
|
||||
(package! ligature
|
||||
:pin "6ac1634612dbd42f7eb81ecaf022bd239aabb954"))
|
||||
|
Reference in New Issue
Block a user