Rework how unicode fonts are set and loaded
This commit is contained in:
parent
2525822791
commit
a4fb4070ea
3 changed files with 22 additions and 11 deletions
|
@ -68,7 +68,8 @@ See `doom|init-fonts'."
|
|||
(interactive)
|
||||
(when doom-font
|
||||
(set-frame-font doom-font t))
|
||||
(doom|init-fonts))
|
||||
(doom|init-fonts)
|
||||
(mapc #'doom|init-emoji-fonts (frame-list)))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/reload-theme ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue