7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
|
|
# -*- mode: snippet -*-
|
||
|
|
# contributor : Marcio M. Ribeiro <marcio.mr@gmail.com>
|
||
|
|
# key: cite
|
||
|
|
# group: references
|
||
|
|
# name : \cite
|
||
|
|
# --
|
||
|
|
`(unless yas-modified-p (setq this-command 'citar-insert-citation) (call-interactively 'citar-insert-citation))`
|