mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
6 lines
176 B
EmacsLisp
6 lines
176 B
EmacsLisp
(when (and (or (featurep 'ns)
|
|
(featurep 'harfbuzz))
|
|
(featurep 'composite))
|
|
(package! ligature
|
|
:pin "6ac1634612dbd42f7eb81ecaf022bd239aabb954"))
|