emoji-cheat-sheet-plus

https://github.com/syl20bnr/emacs-emoji-cheat-sheet-plus.git

git clone 'git://github.com/syl20bnr/emacs-emoji-cheat-sheet-plus.git'
3

emoji-cheat-sheet-plus :+1:

Table of Contents :blue_book:

What's new in this fork ? :fork_and_knife:

This work is based on the work of Shingo Fukuyama.

This fork proposes the following additional feature:

Using emoji-cheat-sheet-plus :electric_plug:

(use-package emoji-cheat-sheet-plus
    :defer t
    :init
    (progn
      ;; enabled emoji in buffer
      (add-hook 'org-mode-hook 'emoji-cheat-sheet-plus-display-mode)
      ;; insert emoji with helm
      (global-set-key (kbd "C-c C-e") 'emoji-cheat-sheet-plus-insert)))

You can open a dedicated buffer to browse for emoji with M-x emoji-cheat-sheet-plus-buffer.

License :copyright:

This project is licensed under GPL v3.

Images are from arvida/emoji-cheat-sheet.com