latex-mode: rekey frac

This commit is contained in:
Jai Flack 2020-09-08 01:44:53 +10:00
parent b83c0f2f3b
commit bad2fa2db4
Signed by: jflack
GPG Key ID: 1337AEA30052317F
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# -*- mode: snippet -*-
# name: frac
# key: frac
# key: f
# --
\frac{${1:numerator}}{${2:denominator}}$0