fix(emacs): correct latex bindings
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
17b05d5d26
commit
15582b42a6
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@
|
|||
(keymap-local-set "C-c C-/"
|
||||
(lambda ()
|
||||
(interactive)
|
||||
(when (texmathp)
|
||||
(LaTeX-math-frac))))
|
||||
(LaTeX-math-frac (not (texmathp)))))
|
||||
(keymap-substitute cdlatex-mode-map 'cdlatex-dollar 'cdlatex-math-symbol)
|
||||
(setq cdlatex-math-symbol-prefix ?$)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue