projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e73fac
)
emacs: yasnippet: "fix" cite
author
Amin Bandali
<bandali@gnu.org>
Fri, 30 Aug 2019 22:53:21 +0000
(18:53 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Fri, 30 Aug 2019 22:53:21 +0000
(18:53 -0400)
.emacs.d/etc/yasnippet/snippets/latex-mode/cite
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/etc/yasnippet/snippets/latex-mode/cite
b/.emacs.d/etc/yasnippet/snippets/latex-mode/cite
index
058bd2b
..
3b4d161
100644
(file)
--- a/
.emacs.d/etc/yasnippet/snippets/latex-mode/cite
+++ b/
.emacs.d/etc/yasnippet/snippets/latex-mode/cite
@@
-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