This commit is contained in:
Zelong Kuang
2025-12-22 15:57:17 +11:00
parent 228fe66540
commit 30fcd61417
5 changed files with 17 additions and 4 deletions

7
snippets/latex-mode/ker Normal file
View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: arctan
# key: ker
# group: math
# condition: (and (texmathp) 'auto)
# --
\\ker

View File

@@ -1,6 +1,6 @@
# -*- mode: snippet -*-
# name: to
# key: ->
# key: to
# condition: (and (texmathp) 'auto)
# group: math
# --