Skip to content

Commit

Permalink
cleanup(tex): align is already defined in texmath
Browse files Browse the repository at this point in the history
  • Loading branch information
cristobaltapia authored and lpil committed Jan 16, 2022
1 parent 3c9a4fd commit 6280160
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions UltiSnips/tex.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -177,18 +177,6 @@ snippet case "cases" bi
\end{cases}
endsnippet

snippet ali "Align" bi
\begin{align}
${1:${VISUAL}}
.\end{align}
endsnippet

snippet ali* "Align*" bi
\begin{align*}
${1:${VISUAL}}
.\end{align*}
endsnippet

snippet abs "abstract environment" b
\begin{abstract}
$0${VISUAL}
Expand Down

0 comments on commit 6280160

Please sign in to comment.