From 3c9e79c31f12668d5cb321ef8fc59356581ca601 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 11 Mar 2019 18:29:31 -0400 Subject: [PATCH] fixed auctex loading error --- conf.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.org b/conf.org index 1178e0a..f2da447 100644 --- a/conf.org +++ b/conf.org @@ -683,8 +683,8 @@ The defacto style for haskell mandates camelcase, so use subword mode. **** AUCTeX Install auctex through emacs as this is OS independent and more automatic. Note that the Tex package libraries (eg TeXLive) still need to be installed to do anything useful. #+BEGIN_SRC emacs-lisp -(use-package auctex - :ensure t) +(use-package tex + :ensure auctex) #+END_SRC **** external viewers AUCTeX can launch external viewers to show compiled documents. I use Okular for PDFs.