This commit is contained in:
Zelong Kuang
2025-12-16 01:58:26 +11:00
parent 6a12aeefd9
commit 776ff6b28c
3 changed files with 439 additions and 1 deletions

View File

@@ -34,6 +34,10 @@
:hook (LaTeX-mode . turn-on-cdlatex)
:bind (:map cdlatex-mode-map
("<tab>" . cdlatex-tab)))
(use-package texpresso
:defer nil
:load-path "~/.emacs.d/lisp/packages/")
(provide 'init-tex)