Skip to content

Commit

Permalink
fix(auctex): require tex
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 29, 2023
1 parent f8c367e commit 104a41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/me-latex.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@


;; Adapted from Doom Emacs
(use-package auctex
:straight t
(use-package tex
:straight auctex
:hook ((tex-mode TeX-mode latex-mode LaTeX-mode) . TeX-source-correlate-mode)
:custom
(TeX-parse-self t) ; parse on load
Expand Down

0 comments on commit 104a41e

Please sign in to comment.