fix(latex): unused reftex-cite-formt value

Close: #5778
Ref: https://superuser.com/a/1386206
This commit is contained in:
Henrik Lissner 2022-03-31 00:46:25 +02:00
parent b5093a5e93
commit c36d1702fb
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -17,7 +17,10 @@
(?s . "\\smartcite[]{%l}")
(?t . "\\textcite[]{%l}"))
reftex-plug-into-AUCTeX t
reftex-toc-split-windows-fraction 0.3)
reftex-toc-split-windows-fraction 0.3
;; This is needed when `reftex-cite-format' is set. See
;; https://superuser.com/a/1386206
LaTeX-reftex-cite-format-auto-activate)
(when (featurep! :editor evil)
(add-hook 'reftex-mode-hook #'evil-normalize-keymaps))
(map! :map reftex-mode-map