Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
150 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # key: Fact
  3. # group: propositions
  4. # name: Fact
  5. # expand-env: ((yas-indent-line 'fixed))
  6. # --
  7. Fact $1 :
  8. $2.
  9. Proof.
  10. $0
  11. Qed.