mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
refactor(ligatures): test for harfbuzz feature
A `harfbuzz` feature was introduced in3e81655
. Ref:3e81655b0e
This commit is contained in:
@ -166,8 +166,8 @@ and cannot run in."
|
|||||||
;; leave the check here for safety.
|
;; leave the check here for safety.
|
||||||
((and (> emacs-major-version 27)
|
((and (> emacs-major-version 27)
|
||||||
(or (featurep 'ns)
|
(or (featurep 'ns)
|
||||||
(string-match-p "HARFBUZZ" system-configuration-features))
|
(featurep 'harfbuzz))
|
||||||
(featurep 'composite)) ; Emacs loads `composite' at startup
|
(featurep 'composite)) ; Emacs loads `composite' at startup
|
||||||
|
|
||||||
(use-package! ligature
|
(use-package! ligature
|
||||||
:config
|
:config
|
||||||
|
Reference in New Issue
Block a user