Skip to content

Tiv0w/gitmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Add a gitmoji selector to your commits and insert gitmojis easily

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published