diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-30 18:53:21 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-30 18:53:21 -0400 |
commit | 82fd2d5420051cfbabbeafbcf7b4ff536573ee1c (patch) | |
tree | dacbc0d92ca31324f4f7b780a831de60fb3c2039 /.emacs.d/etc/yasnippet/snippets/latex-mode/cite | |
parent | 5e73fac6f4bcbc6268d546a89658c0b15a5eefe7 (diff) | |
download | configs-82fd2d5420051cfbabbeafbcf7b4ff536573ee1c.tar.gz configs-82fd2d5420051cfbabbeafbcf7b4ff536573ee1c.tar.xz configs-82fd2d5420051cfbabbeafbcf7b4ff536573ee1c.zip |
emacs: yasnippet: "fix" cite
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/etc/yasnippet/snippets/latex-mode/cite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/etc/yasnippet/snippets/latex-mode/cite b/.emacs.d/etc/yasnippet/snippets/latex-mode/cite index 058bd2b..3b4d161 100644 --- 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 |