Move feature/unicode => ui/unicode
This commit is contained in:
parent
b4e454823f
commit
cdd24312d9
4 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
(with-demoted-errors "FONT ERROR: %s"
|
||||
(set-frame-font +doom-font t t)
|
||||
;; Fallback to `doom-unicode-font' for Unicode characters
|
||||
(unless (featurep! :feature unicode)
|
||||
(unless (featurep! :ui unicode)
|
||||
(when +doom-unicode-font
|
||||
(set-fontset-font t 'unicode +doom-unicode-font)))
|
||||
;; ...and for variable-pitch mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue