Move GNU Emacs configs from ./ into .emacs.d/
[~bandali/configs] / .emacs.d / etc / yasnippet / snippets / latex-mode / cite
diff --git a/.emacs.d/etc/yasnippet/snippets/latex-mode/cite b/.emacs.d/etc/yasnippet/snippets/latex-mode/cite
new file mode 100644 (file)
index 0000000..3b4d161
--- /dev/null
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: cite
+# key: c
+# --
+$1${2:~}\cite{${3:$$(unless yas-modified-p (mapconcat 'identity (reftex-citation 'dont-insert) ","))}}$0
\ No newline at end of file