➕ Add gitmoji
This commit is contained in:
parent
44f2221b12
commit
932e1d02e9
1 changed files with 11 additions and 0 deletions
11
config.org
11
config.org
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue