Skip to content

zonuexe/emoji-fontset.el

Repository files navigation

emoji-fontset.el

Set font face for Emoji on Emacs.

./screenshot-symbola.png

Notice

This package is obsolete in Emacs 25+.

Emacs 25.1 has better fontset settings by improve the default fontset wrt symbols and disabling color emoji on macOS (Cocoa).

Emacs 27

Emacs has re-enabled color emoji on macOS, you can set it up easily in your init.el:

(set-fontset-font "fontset-default" 'unicode "Apple Color Emoji" nil 'prepend)

Setup

Font

Get Symbola font by http://users.teilar.gr/~g1951d/ .

Emacs

put into your own .emacs file (~/.emacs.d/init.el)

(emoji-fontset-enable "Symbola")

Color Emoji

Emacs supports Apple Color Emoji. But, very slow…

./screenshot-apple.png