help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emoji insert + display on Mac


From: Robert Pluim
Subject: Re: Emoji insert + display on Mac
Date: Thu, 21 Oct 2021 10:56:03 +0200

>>>>> On Tue, 19 Oct 2021 23:15:01 +0300, Daniel Fleischer <danflscr@gmail.com> 
>>>>> said:

    Daniel> Hi, does anyone know how to insert and display emojis on Mac?
    Daniel> Tried using "emojify-mode" but I only see empty, blinking boxes.

Emoji's are codepoints like any other. So C-x 8 RET will work for
them.

🙂

If you want them to look good, you'll need emacs-28 and to do
something like

    (set-fontset-font t 'emoji
                      '("Apple Color Emoji" . "iso10646-1") nil 'prepend)

Robert
-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]