This commit is contained in:
Zelong Kuang
2026-04-03 15:54:22 +11:00
parent 154c0c3fb8
commit c3b368711e
5 changed files with 31 additions and 10 deletions

View File

@@ -23,7 +23,8 @@
(LaTeX-mode . visual-line-mode)
(LaTeX-mode . turn-on-reftex)
(LaTeX-mode . lsp-deferred)
(LaTeX-mode . (lambda () (lsp-ui-mode -1))))
(LaTeX-mode . (lambda () (lsp-ui-mode -1)))
(LaTeX-mode . (lambda () (apheleia-mode -1))))
:bind (:map LaTeX-mode-map
("C-S-e" . latex-math-from-calc)
("C-c x" . TeX-clean)