✨ (snippets) Add one-line commit yasnippet
Some checks are pending
Publish / publish (push) Waiting to run
Some checks are pending
Publish / publish (push) Waiting to run
This commit is contained in:
parent
654f1d7da9
commit
0b1f656637
1 changed files with 5 additions and 0 deletions
5
snippets/text-mode/oneline-commit
Normal file
5
snippets/text-mode/oneline-commit
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: One-line Commit
|
||||
# key: co
|
||||
# --
|
||||
`(gitmoji-completing-read "Insert Gitmoji: ")` $0
|
Loading…
Reference in a new issue