fix(emacs): change keybindings for latex
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
46e48e23d9
commit
59034357df
1 changed files with 1 additions and 5 deletions
|
@ -57,11 +57,7 @@
|
||||||
(keymap-local-set "C-c C-z" #'custom-compile-latex)
|
(keymap-local-set "C-c C-z" #'custom-compile-latex)
|
||||||
(keymap-local-set "C-c C-b" #'latex-insert-block)
|
(keymap-local-set "C-c C-b" #'latex-insert-block)
|
||||||
(keymap-local-set "C-c C-h" #'enter-math)
|
(keymap-local-set "C-c C-h" #'enter-math)
|
||||||
(keymap-local-set "/" #'insert-frac)
|
(keymap-local-set "C-c C-/" #'insert-frac)
|
||||||
(keymap-local-set "C-c C-/"
|
|
||||||
(lambda ()
|
|
||||||
(interactive)
|
|
||||||
(LaTeX-math-frac (not (texmathp)))))
|
|
||||||
(keymap-substitute cdlatex-mode-map 'cdlatex-dollar 'cdlatex-math-symbol)
|
(keymap-substitute cdlatex-mode-map 'cdlatex-dollar 'cdlatex-math-symbol)
|
||||||
(setq cdlatex-math-symbol-prefix ?$)
|
(setq cdlatex-math-symbol-prefix ?$)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue