mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix emoji font initialization
This commit is contained in:
@ -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."
|
||||||
|
Reference in New Issue
Block a user