projects
/
~bandali
/
configs
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
emacs: update packages
[~bandali/configs]
/
.emacs.d
/
etc
/
yasnippet
/
snippets
/
latex-mode
/
cite
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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