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