projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3b4d161e7dd1248f3eb9257bea7add71f14803bb
[~bandali/configs]
/
.emacs.d
/
etc
/
yasnippet
/
snippets
/
latex-mode
/
cite
1
# -*- mode: snippet -*-
2
# name: cite
3
# key: c
4
# --
5
$1${2:~}\cite{${3:$$(unless yas-modified-p (mapconcat 'identity (reftex-citation 'dont-insert) ","))}}$0