Skip to content

Commit

Permalink
Fix doom-unicode-font
Browse files Browse the repository at this point in the history
  • Loading branch information
hlissner committed Jan 11, 2021
1 parent 8c258c2 commit 8cd7a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core-ui.el
Expand Up @@ -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))
Expand Down

0 comments on commit 8cd7a1d

Please sign in to comment.