fix(latex): missing setq value

Whoops!

Amend: c36d1702fb
This commit is contained in:
Henrik Lissner 2022-03-31 13:42:39 +02:00
parent 6185767c41
commit 62cfa409de
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -20,7 +20,7 @@
reftex-toc-split-windows-fraction 0.3 reftex-toc-split-windows-fraction 0.3
;; This is needed when `reftex-cite-format' is set. See ;; This is needed when `reftex-cite-format' is set. See
;; https://superuser.com/a/1386206 ;; https://superuser.com/a/1386206
LaTeX-reftex-cite-format-auto-activate) LaTeX-reftex-cite-format-auto-activate nil)
(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