aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/.config/yasnippet/snippets/latex-mode/int_^
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/.config/yasnippet/snippets/latex-mode/int_^')
-rw-r--r--Emacs/.config/emacs/.config/yasnippet/snippets/latex-mode/int_^9
1 files changed, 0 insertions, 9 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/latex-mode/int_^ b/Emacs/.config/emacs/.config/yasnippet/snippets/latex-mode/int_^
deleted file mode 100644
index 9edfb61..0000000
--- a/Emacs/.config/emacs/.config/yasnippet/snippets/latex-mode/int_^
+++ /dev/null
@@ -1,9 +0,0 @@
-# key: int
-# name: int_^
-# --
-\int${1:$(when (> (length yas-text) 0) "_")
-}${1:$(when (> (length yas-text) 1) "{")
-}${1:left}${1:$(when (> (length yas-text) 1) "}")
-}${2:$(when (> (length yas-text) 0) "^")
-}${2:$(when (> (length yas-text) 1) "{")
-}${2:right}${2:$(when (> (length yas-text) 1) "}")} $0 \ No newline at end of file