Skip to content

Commit 9c239f0

Browse files
committed
Use user-full-name for snippet contributor var
1 parent 30a78a2 commit 9c239f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

snippet-mode/vars

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
# --
66
# -*- mode: snippet -*-
77
# name: $1
8-
# key: ${2:trigger-key}${3:
8+
# contributor: ${2:`(user-full-name)`}
9+
# key: ${3:trigger-key}${4:
910
# condition: t}
1011
# --
1112
$0

0 commit comments

Comments
 (0)