Files
.emacs.d/snippets/latex-mode/cite.yasnippet
Zelong Kuang 753ea5ea48 Update
2025-12-14 09:04:11 +11:00

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))`