Skip to content

Commit

Permalink
Update tex.snippets
Browse files Browse the repository at this point in the history
Prevent sr and cb from auto-triggering
  • Loading branch information
ckunte authored Jun 27, 2023
1 parent bbe92fe commit 61672d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UltiSnips/tex.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,11 @@ snippet sc "smallcaps" i
\textsc{$1}$0
endsnippet

snippet sr "^2" iA
snippet sr "^2" i
^2
endsnippet

snippet cb "^3" iA
snippet cb "^3" i
^3
endsnippet

Expand Down

0 comments on commit 61672d1

Please sign in to comment.