doomemacs/modules/ui/ligatures/packages.el

6 lines
213 B
EmacsLisp
Raw Normal View History

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