summaryrefslogtreecommitdiff
path: root/smart-documents.org
diff options
context:
space:
mode:
Diffstat (limited to 'smart-documents.org')
-rw-r--r--smart-documents.org10
1 files changed, 10 insertions, 0 deletions
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
Copyright 2019--2024 Marius PETER