fix(latex): unused reftex-cite-formt value
Close: #5778 Ref: https://superuser.com/a/1386206
This commit is contained in:
parent
b5093a5e93
commit
c36d1702fb
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@
|
||||||
(?s . "\\smartcite[]{%l}")
|
(?s . "\\smartcite[]{%l}")
|
||||||
(?t . "\\textcite[]{%l}"))
|
(?t . "\\textcite[]{%l}"))
|
||||||
reftex-plug-into-AUCTeX t
|
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)
|
(when (featurep! :editor evil)
|
||||||
(add-hook 'reftex-mode-hook #'evil-normalize-keymaps))
|
(add-hook 'reftex-mode-hook #'evil-normalize-keymaps))
|
||||||
(map! :map reftex-mode-map
|
(map! :map reftex-mode-map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue