6 lines
113 B
Text
6 lines
113 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: One-line Commit
|
||
|
# key: co
|
||
|
# --
|
||
|
`(gitmoji-completing-read "Insert Gitmoji: ")` $0
|