From abbb51483498dd4960abb56d4d87d8cbf9e1e5a8 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 7 Jun 2021 19:57:19 -0700 Subject: AUCTeX lessgo --- smart-documents.org | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/smart-documents.org b/smart-documents.org index 0af265f..1c3c9ee 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1231,11 +1231,20 @@ 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)) + (use-package tex + :defer t + :ensure auctex + :ensure auctex-latexmk + :config + (setq TeX-auto-save t)) + + (auctex-latexmk-setup) +#+END_SRC + +*** Groff export + +#+BEGIN_SRC emacs-lisp :tangle no + (require 'ox-groff) #+END_SRC ** TODO Org links -- cgit v1.2.3