Fix unicode regression

This commit is contained in:
Patrick Elliott 2018-09-04 10:13:48 +02:00
parent 0d57ed3bbc
commit 475e2f9982
No known key found for this signature in database
GPG key ID: 7CA109C3974AF5FA

View file

@ -346,7 +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)
(set-fontset-font t 'unicode doom-unicode-font nil 'append) (set-fontset-font t nil doom-unicode-font nil 'append)
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))