delete old config files
[~bandali/configs] / .emacs.d / etc / yasnippet / snippets / latex-mode / cite
index 058bd2b..3b4d161 100644 (file)
@@ -2,4 +2,4 @@
 # name: cite
 # key: c
 # --
-${1:~}\cite{${2:$$(unless yas-modified-p (mapconcat 'identity (reftex-citation 'dont-insert) ","))}} $0
\ No newline at end of file
+$1${2:~}\cite{${3:$$(unless yas-modified-p (mapconcat 'identity (reftex-citation 'dont-insert) ","))}}$0
\ No newline at end of file