9 lines
126 B
Text
9 lines
126 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: Regular Commit
|
||
|
# key: cr
|
||
|
# --
|
||
|
`(gitmoji-completing-read "Insert Gitmoji: ")` $2
|
||
|
|
||
|
$0
|
||
|
|
||
|
Refs: #$1
|