commit
0d57ed3bbc
1 changed files with 1 additions and 2 deletions
|
@ -346,8 +346,7 @@ frame's window-system, the theme will be reloaded.")
|
||||||
`(variable-pitch ((t (:font ,(font-xlfd-name doom-variable-pitch-font))))))
|
`(variable-pitch ((t (:font ,(font-xlfd-name doom-variable-pitch-font))))))
|
||||||
;; Fallback to `doom-unicode-font' for Unicode characters
|
;; Fallback to `doom-unicode-font' for Unicode characters
|
||||||
(when (fontp doom-unicode-font)
|
(when (fontp doom-unicode-font)
|
||||||
(setq use-default-font-for-symbols nil)
|
(set-fontset-font t 'unicode doom-unicode-font nil 'append)
|
||||||
(set-fontset-font t 'unicode doom-unicode-font nil)
|
|
||||||
nil))
|
nil))
|
||||||
((debug error)
|
((debug error)
|
||||||
(if (string-prefix-p "Font not available: " (error-message-string e))
|
(if (string-prefix-p "Font not available: " (error-message-string e))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue