From b85fb8d87b926f2c76c7cc442de5c0486ccfb909 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 17 Sep 2022 13:02:12 +0200 Subject: [PATCH] Use auctex --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index a2abac1..cfae69a 100644 --- a/init.org +++ b/init.org @@ -180,7 +180,8 @@ #+BEGIN_SRC emacs-lisp (let* ((package--builtins nil) (packages - '(auto-compile ; automatically compile Emacs Lisp libraries + '(auctex ; Integrated environment for *TeX* + auto-compile ; automatically compile Emacs Lisp libraries cider ; Clojure Interactive Development Environment clj-refactor ; Commands for refactoring Clojure code company ; Modular text completion framework