Add email address to snippet template
This commit is contained in:
parent
9ae89103db
commit
9fe52006b7
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: latex-begin
|
||||
# key: begin
|
||||
# name: latex-begin
|
||||
# --
|
||||
\begin{${1:equation*}}
|
||||
$0
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# name: Snippet template
|
||||
# --
|
||||
# -*- mode: snippet -*-
|
||||
${1:# contributor: `user-full-name`
|
||||
${1:# contributor: `user-full-name` <`user-mail-address`>
|
||||
}# key: ${2:`(file-name-base)`}${3:
|
||||
# name: $4}
|
||||
# --
|
||||
|
|
Loading…
Reference in a new issue