Set font face for Emoji on Emacs.
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 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)
Get Symbola
font by http://users.teilar.gr/~g1951d/ .
put into your own .emacs file (~/.emacs.d/init.el)
(emoji-fontset-enable "Symbola")
Emacs supports Apple Color Emoji. But, very slow…