1
0
Fork 0

fix(emacs): correct latex bindings

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-23 17:22:23 -05:00
parent 17b05d5d26
commit 15582b42a6
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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 ?$)