mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
Font for emojis
This commit is contained in:
parent
e904230237
commit
0357dd532d
1 changed files with 4 additions and 1 deletions
|
|
@ -57,7 +57,10 @@
|
|||
(cons
|
||||
(decode-char 'ucs #x2997)
|
||||
(decode-char 'ucs #x2997))
|
||||
(font-spec :size 8 :avgwidth 8 :name "STIXGeneral" :weight 'normal)))
|
||||
(font-spec :size 8 :avgwidth 8 :name "STIXGeneral" :weight 'normal))
|
||||
(set-fontset-font "fontset-default"
|
||||
'emoji
|
||||
(font-spec :family "Noto Color Emoji")))
|
||||
(set-fontset-font "fontset-default"
|
||||
(cons
|
||||
(decode-char 'ucs #x2500)
|
||||
|
|
|
|||
Loading…
Reference in a new issue