mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix evil keybinds in reftex-mode
This commit is contained in:
@ -23,6 +23,8 @@
|
|||||||
(?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)
|
||||||
|
(when (featurep! :editor evil)
|
||||||
|
(add-hook 'reftex-mode-hook #'evil-normalize-keymaps))
|
||||||
(map! :map reftex-mode-map
|
(map! :map reftex-mode-map
|
||||||
:localleader
|
:localleader
|
||||||
";" 'reftex-toc)
|
";" 'reftex-toc)
|
||||||
|
Reference in New Issue
Block a user