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))))))
|
||||
;; Fallback to `doom-unicode-font' for Unicode characters
|
||||
(when (fontp doom-unicode-font)
|
||||
(setq use-default-font-for-symbols nil)
|
||||
(set-fontset-font t 'unicode doom-unicode-font nil)
|
||||
(set-fontset-font t 'unicode doom-unicode-font nil 'append)
|
||||
nil))
|
||||
((debug error)
|
||||
(if (string-prefix-p "Font not available: " (error-message-string e))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue