]> git.earman.xyz Git - emacsinit.git/commitdiff
Add AUCTeX
authorrearman <rearman@r717.net>
Mon, 15 Jan 2024 19:05:56 +0000 (14:05 -0500)
committerrearman <rearman@r717.net>
Mon, 15 Jan 2024 19:05:56 +0000 (14:05 -0500)
init.org

index a7f50d3e6499fa1de89b60a4d0e81a0fffee40da..8164a20133f0e0e576b88fd26660c0249a672cb0 100644 (file)
--- 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.