Add gitmoji

This commit is contained in:
Marcel Kapfer 2022-10-15 16:15:35 +02:00
parent 44f2221b12
commit 932e1d02e9
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 11 additions and 0 deletions

View File

@ -711,6 +711,17 @@ Support for Org links to Magit buffers.
"https://git.mmk2410.org/%n/commit/%r")))
#+end_src
** gitmoji
Insert gitmoji in Emacs.
Source: [[https://github.com/janusvm/emacs-gitmoji][GitHub: janusvm/emacs-gitmoji]]
#+begin_src emacs-lisp
(use-package gitmoji
:load-path "lisp/gitmoji/")
#+end_src
** diff-hl
Emacs package for highlighting uncommitted changes