From 80f0f8ac501fff261ccabcb0d49a386df0df8286 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 7 Mar 2019 06:35:58 -0500 Subject: [PATCH] Properly load auctex --- global.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.org b/global.org index 120c058..eae9930 100644 --- a/global.org +++ b/global.org @@ -861,7 +861,7 @@ *** Require Load auctex, reftex and set up related hooks #+BEGIN_SRC emacs-lisp - (load "auctex.el" nil t t) + (require 'tex-site) (require 'reftex) #+END_SRC *** Set default TeX options