fix: assign emoji fallbacks directly to emoji script
Ref: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=12d2fb58c416b557924174f57bfb1c9b9e7cf999
This commit is contained in:
parent
5e6430e9e6
commit
317cea5eef
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
|
|||
(when-let (font (cl-find-if fn doom-symbol-fallback-font-families))
|
||||
(set-fontset-font t 'symbol font))
|
||||
(when-let (font (cl-find-if fn doom-emoji-fallback-font-families))
|
||||
(set-fontset-font t 'unicode font))
|
||||
(set-fontset-font t 'emoji font))
|
||||
(when doom-unicode-font
|
||||
(set-fontset-font t 'unicode doom-unicode-font)))
|
||||
;; Nerd Fonts use these Private Use Areas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue