From: Don Armstrong Date: Mon, 21 Aug 2023 19:23:58 +0000 (-0700) Subject: Fix tex mode loading X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=30e4d0af1b8eecf9f183343c1dc82970480304e1;p=lib.git Fix tex mode loading --- diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index b4a08bb..9f20139 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -1023,10 +1023,10 @@ _d_: subtree #+END_SRC ** LaTeX #+BEGIN_SRC emacs-lisp -(use-package tex - :defer t +(use-package tex-site :straight auctex - :mode "\\.tex\\'" + :mode ("\\.tex\\'" . LaTeX-mode) + :mode ("\\.bib\\'" . bibtex-mode) :config ; (add-to-list 'TeX-style-path '"/home/don/lib/emacs_el/auctex/style") ;; REFTEX (much enhanced management of cross-ref, labels, etc)