Set up emoji font

This commit is contained in:
Gergely Polonkai 2021-10-27 08:06:17 +02:00
parent 8837efe7a2
commit f7e4f072ca
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 4 additions and 1 deletions

View File

@ -1148,7 +1148,10 @@ Before this can be used, make sure the [[https://zhm.github.io/symbola/][Symbola
(when (display-graphic-p frame)
(set-fontset-font t 'symbol
(font-spec :family "Symbola")
frame 'prepend)))
frame 'prepend)
(set-fontset-font t 'unicode
"Noto Emoji"
nil 'append)))
(add-hook 'after-make-frame-functions 'gpolonkai/set-font-size)
(add-hook 'after-make-frame-functions '--set-emoji-font)