1

In Doom Emacs I have this setting that allows me to set this particular font only to Arabic characters.

(set-fontset-font t 'arabic "Noto Naskh Arabic")

Here's a visual representation (notice the emojis in the Qtile bar):

Noto Naskh Arabic font display

However, when I install the Noto Color Emoji, it overrides my setting in Emacs:

Noto Color Emoji display

Removing the font reverts me to the prior state. I don't know if the issue can be fixed in the system or in Emacs' settings, which is why I'm posting here.

I'm on ArcoLinux.

Drew
  • 29,895
  • 7
  • 74
  • 104
zakissimo
  • 53
  • 4
  • Different fonts display chars differently; that's all. This has nothing to do with Emacs, if I understand what you're asking. – Drew Oct 12 '21 at 22:25
  • Adding a font in my system should not change a font set in emacs' settings. – zakissimo Oct 13 '21 at 05:43

1 Answers1

0

I ended up using ttf-joypixel, no conflict with that emoji font.

zakissimo
  • 53
  • 4