emacs-emojify 1.2
Display emojis in Emacs
This package displays emojis in Emacs similar to how Github, Slack, and other websites do. It can display plain ASCII like :)
as well as Github-style emojis like :smile:
. It provides a minor mode emojify-mode
to enable the display of emojis in a buffer.
- Website: https://github.com/iqbalansari/emacs-emojify
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-emojify 1.2
as follows:
guix install emacs-emojify@1.2
Or install the latest version:
guix install emacs-emojify
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.