From f45992e2a3838fd26b744d76ac791062225caa1c Mon Sep 17 00:00:00 2001 From: Blendoit Date: Tue, 25 May 2021 18:02:36 -0700 Subject: Let's go AUCTeX! --- smart-documents.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'smart-documents.org') diff --git a/smart-documents.org b/smart-documents.org index bc92a7f..ef8ccf5 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1218,6 +1218,16 @@ work. The following makes =TODO= items appear red and =CLOSED= items appear green in Org's LaTeX exports. Very stylish, much flair! +*** AUCTEX + +#+BEGIN_SRC emacs-lisp :tangle yes +(use-package tex + :defer t + :ensure auctex + :config + (setq TeX-auto-save t)) +#+END_SRC + ** TODO Org links This is a mind-bending capacity of Org mode: we can assign arbitrary -- cgit v1.2.3