This commit is contained in:
Zelong Kuang
2026-04-10 18:21:13 +10:00
parent 3490e9daa9
commit b03af9e719
13 changed files with 117 additions and 74 deletions

View File

@@ -75,7 +75,14 @@
;; (with-eval-after-load 'eglot
;; (add-to-list 'eglot-server-programs '((LaTeX-mode latex-mode) "texlab")))
(setq reftex-plug-into-AUCTeX t))
(setq reftex-plug-into-AUCTeX t)
(use-package texpresso
:ensure (:host github :repo "let-def/texpresso" :files ("emacs/*.el"))
:hook (texpresso-mode . texpresso-sync-mode)
:after auctex
:bind (:map LaTeX-mode-map
("C-c C-p" . texpresso)))
)
(use-package cdlatex
:diminish
@@ -139,8 +146,4 @@ expansion, then cdlatex expansion."
(cdlatex-reset-mode)
)
;; (use-package texpresso
;; :defer nil
;; :load-path "~/.emacs.d/lisp/packages/")
(provide 'init-tex)