module(doom): Disable converting emoji to svg in telega

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent 7fc036f01c
commit d8f21e1936
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -16,6 +16,9 @@
;;; Fix failure to loacate 'Symbols Nerd Font Mono' font
(setq nerd-icons-font-family "Maple Mono NF CN")
(setq telega-emoji-use-images
nil)
(map! :map global-map
"C-c t"
telega-prefix-map)