X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=emacs_el%2Fconfiguration%2Fdon-configuration.org;h=2ad5527fc0a3f2dcd795fc64b977df148bd665ea;hb=b565b20b0def2023e7f3cbf5d58def92c5733435;hp=a857238e0725fa4c5394968678f55b049f8c8e5a;hpb=d2fcb8be44bf57416e72e2ca4b82cfe872e95642;p=lib.git diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index a857238..2ad5527 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -364,6 +364,7 @@ value, scrolling continues until there is no more output. ;; this is in the very newest auctex; avoid for now (add-to-list 'LaTeX-fill-excluded-macros '("Sexpr")) + (add-to-list 'TeX-style-path '"/home/don/lib/emacs_el/auctex/style") ;; REFTEX (much enhanced management of cross-ref, labels, etc) ;; http://www.strw.leidenuniv.nl/~dominik/Tools/reftex/ (autoload 'reftex-mode "reftex" "RefTeX Minor Mode" t) @@ -416,7 +417,7 @@ value, scrolling continues until there is no more output. ("OM" "{") ("DL" "{") ("fixme" "{"))) - + (setq-default TeX-parse-self t) (setq-default TeX-auto-save t) (setq-default TeX-master nil) @@ -461,7 +462,7 @@ value, scrolling continues until there is no more output. #+BEGIN_SRC emacs-lisp (use-package ess :ensure t - :config require 'ess_configuration) + :config (require 'ess_configuration)) #+END_SRC