From: rearman Date: Mon, 15 Jan 2024 19:05:56 +0000 (-0500) Subject: Add AUCTeX X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=52680acead1be514304918366d99f916a4e630b3;p=emacsinit.git Add AUCTeX --- diff --git a/init.org b/init.org index a7f50d3..8164a20 100644 --- a/init.org +++ b/init.org @@ -259,6 +259,14 @@ Not a package in the strict sense, just a .el file - pulled from [[https://githu (load (concat user-emacs-directory "acme-mouse.el")) #+END_SRC +*** AUCTeX +Starting to do some work with LaTeX, surprised this is not in base, but org is. +#+BEGIN_SRC emacs-lisp +(use-package auctex + :ensure t + :defer t) +#+END_SRC + ** Non-Package customization This section has '/base/' emacs customization. All the general stuff.