/gitmoji

Add a gitmoji selector to your commits and insert gitmojis easily

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

gitmoji

Add a gitmoji selector to your commits and easily insert gitmojis ✨

Usage

You can install the library by cloning the repo and using M-x package-install-file. Then you would put this snippet in your config file(s):

(require 'gitmoji)
(setq gitmoji--insert-utf8-emoji nil
      gitmoji--display-utf8-emoji nil) ;; These are the defaults.

Customization

  • gitmoji--insert-utf8-emoji: When t, inserts the utf8 emoji character into the buffer instead of the github-style representation. Example: ⚡ instead of :zap:. Default: nil.

  • gitmoji--display-utf8-emoji: When t, displays the utf8 emoji character in the gitmoji choice list. Default: nil.