This commit is contained in:
Zelong Kuang
2026-03-14 19:46:30 +11:00
parent 27dac8f3e9
commit 2a04d507d7
7 changed files with 57 additions and 42 deletions

View File

@@ -9,7 +9,8 @@
:hook (LaTeX-mode . visual-line-mode)
:hook (LaTeX-mode . turn-on-reftex)
:bind (:map LaTeX-mode-map
("C-S-e" . latex-math-from-calc))
("C-S-e" . latex-math-from-calc)
("C-c x" . TeX-clean))
:custom
(TeX-auto-save t)
(TeX-parse-self t)