]> git.donarmstrong.com Git - lib.git/commitdiff
load auctex and latex configuration
authorDon Armstrong <don@donarmstrong.com>
Wed, 16 Dec 2015 04:44:43 +0000 (20:44 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 16 Dec 2015 04:44:43 +0000 (20:44 -0800)
emacs_el/configuration/don-configuration.org

index 82789dc043321d366ba02cd2749921594d580c02..cb6f7e0e381f412f8a540c8d8a3c620798f70e3d 100644 (file)
@@ -14,6 +14,7 @@
   (add-to-list 'load-path '"~/lib/emacs_el/tiny-tools/lisp/tiny")
   (add-to-list 'load-path '"~/lib/emacs_el/tiny-tools/lisp/other")
   (add-to-list 'load-path '"~/lib/emacs_el/auctex/lisp")
+  (add-to-list 'load-path '"~/lib/emacs_el/auctex")
   (add-to-list 'load-path '"~/lib/emacs_el/ESS/lisp")
   (add-to-list 'load-path '"~/lib/emacs_el/org-mode/lisp")
   (add-to-list 'load-path '"~/lib/emacs_el/auctex-beamer")
 #+END_SRC
 ** LaTeX
 #+BEGIN_SRC emacs-lisp  :tangle don-configuration.el
-  ; this is in the very newest auctex; avoid for now
+  (load "auctex.el" nil t t)
+  (load "preview-latex.el" nil t t)
+  (load "latex.el" nil t t)
+
+  ;; this is in the very newest auctex; avoid for now
   (add-to-list 'LaTeX-fill-excluded-macros
                '("Sexpr"))
   ;; REFTEX (much enhanced management of cross-ref, labels, etc)