Fix evil keybinds in reftex-mode
This commit is contained in:
parent
f4aa2a8ca7
commit
4082003fd2
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
(?t . "\\textcite[]{%l}"))
|
||||
reftex-plug-into-AUCTeX t
|
||||
reftex-toc-split-windows-fraction 0.3)
|
||||
(when (featurep! :editor evil)
|
||||
(add-hook 'reftex-mode-hook #'evil-normalize-keymaps))
|
||||
(map! :map reftex-mode-map
|
||||
:localleader
|
||||
";" 'reftex-toc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue