Fix emoji font initialization

This commit is contained in:
Henrik Lissner 2019-05-28 16:01:23 -04:00
parent 9413e9ccae
commit 6c69bf5313
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -473,7 +473,7 @@ Fonts are specified by `doom-font', `doom-variable-pitch-font',
By default, this uses Apple Color Emoji on MacOS and Symbola on Linux." By default, this uses Apple Color Emoji on MacOS and Symbola on Linux."
(when doom-unicode-font (when doom-unicode-font
(set-fontset-font t '(#x1F600 . #x1F64F) doom-unicode-font frame 'prepend))) (set-fontset-font t 'unicode doom-unicode-font frame 'prepend)))
(defun doom|init-theme (&optional frame) (defun doom|init-theme (&optional frame)
"Load the theme specified by `doom-theme' in FRAME." "Load the theme specified by `doom-theme' in FRAME."