Add a gitmoji selector to your commits and easily insert gitmojis ✨
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.
-
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.