Add new snippets
This commit is contained in:
parent
47a8824dbb
commit
1dedd8c273
3 changed files with 18 additions and 1 deletions
11
snippets/snippet-mode/__
Normal file
11
snippets/snippet-mode/__
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# -*- mode: snippet -*-
|
||||
# contributor: Kiana Sheibani
|
||||
# key: __
|
||||
# name: Snippet template
|
||||
# --
|
||||
# -*- mode: snippet -*-
|
||||
${1:# contributor: `(user-full-name)`
|
||||
}# key: ${2:`(or (bound-and-true-p snippet-key) "trigger-key")`}${3:
|
||||
# name: $4}
|
||||
# --
|
||||
$0
|
||||
Loading…
Add table
Add a link
Reference in a new issue