refactor(ligatures): test for harfbuzz feature
A `harfbuzz` feature was introduced in3e81655
. Ref:3e81655b0e
This commit is contained in:
parent
7acfb0c77c
commit
45fd893074
1 changed files with 2 additions and 2 deletions
|
@ -166,8 +166,8 @@ and cannot run in."
|
|||
;; leave the check here for safety.
|
||||
((and (> emacs-major-version 27)
|
||||
(or (featurep 'ns)
|
||||
(string-match-p "HARFBUZZ" system-configuration-features))
|
||||
(featurep 'composite)) ; Emacs loads `composite' at startup
|
||||
(featurep 'harfbuzz))
|
||||
(featurep 'composite)) ; Emacs loads `composite' at startup
|
||||
|
||||
(use-package! ligature
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue