From 52680acead1be514304918366d99f916a4e630b3 Mon Sep 17 00:00:00 2001 From: rearman Date: Mon, 15 Jan 2024 14:05:56 -0500 Subject: [PATCH] Add AUCTeX --- init.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- 2.39.5