Files
.emacs.d/snippets/latex-mode/ref.yasnippet

7 lines
258 B
Plaintext
Raw Normal View History

2025-12-14 09:04:11 +11:00
-*- mode: snippet -*-
# contributor : M<>rcio M. Ribeiro <marcio.mr@gmail.com>
# key: ref
# group: references
# name : \ref
# --
`(unless yas/modified-p (setq this-command 'consult-reftex-insert-reference) (consult-reftex-insert-reference nil 'dont-insert))`