mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
8 lines
235 B
EmacsLisp
8 lines
235 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/ligeratures/packages.el
|
|
|
|
(when (and (or (featurep 'ns)
|
|
(featurep 'harfbuzz))
|
|
(featurep 'composite))
|
|
(package! ligature :pin "6ac1634612dbd42f7eb81ecaf022bd239aabb954"))
|