Skip to content

Commit

Permalink
Revert "Create tex-site.el before straight building AUCTeX"
Browse files Browse the repository at this point in the history
This reverts commit 3a323b6.
  • Loading branch information
tshu-w committed Jul 19, 2024
1 parent 1e90368 commit a3ccc79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/lang-tex.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

;;; Code:

(use-package tex-site
:straight (auctex :pre-build ("make" "tex-site.el"))
(use-package tex
:straight auctex
:defer t
:config
(setq-default TeX-master nil)
Expand Down

0 comments on commit a3ccc79

Please sign in to comment.