init
This commit is contained in:
11
snippets/coq-mode/propositions/lemma.yasnippet
Normal file
11
snippets/coq-mode/propositions/lemma.yasnippet
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: Lem
|
||||
# group: propositions
|
||||
# name: Lemma
|
||||
# expand-env: ((yas-indent-line 'fixed))
|
||||
# --
|
||||
Lemma $1 :
|
||||
$2.
|
||||
Proof.
|
||||
$0
|
||||
Qed.
|
||||
Reference in New Issue
Block a user