(Snippets) Add comment snippets

This commit is contained in:
Marcel Kapfer 2023-07-03 16:43:32 +02:00
parent 66c29ea405
commit 9c00c37f84
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# name: Regular Commit
# key: cr
# --
`(gitmoji-completing-read "Insert Gitmoji: ")` $2
$0
Refs: #$1

View File

@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# name: Scoped Commit
# key: cs
# --
`(gitmoji-completing-read "Insert Gitmoji: ")` ($1) $3
$0
Refs: #$2