module(doom): Disable converting emoji to svg in telega
This commit is contained in:
parent
7fc036f01c
commit
d8f21e1936
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue