Fix doom-unicode-font
This commit is contained in:
parent
8c258c272d
commit
8cd7a1dbc6
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ behavior). Do not set this directly, this is let-bound in `doom-init-theme-h'.")
|
|||
(set-face-attribute 'variable-pitch nil :font doom-variable-pitch-font))
|
||||
(when (fboundp 'set-fontset-font)
|
||||
(dolist (font (cons doom-unicode-font doom-unicode-extra-fonts))
|
||||
(set-fontset-font t nil font nil 'prepend)))
|
||||
(set-fontset-font t 'unicode font nil 'prepend)))
|
||||
(run-hooks 'after-setting-font-hook))
|
||||
((debug error)
|
||||
(if (string-prefix-p "Font not available: " (error-message-string e))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue