]> git.donarmstrong.com Git - lib.git/commitdiff
fix syntax error
authorDon Armstrong <don@donarmstrong.com>
Wed, 9 Nov 2016 18:13:24 +0000 (10:13 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 9 Nov 2016 18:13:24 +0000 (10:13 -0800)
emacs_el/configuration/don-configuration.org

index a857238e0725fa4c5394968678f55b049f8c8e5a..2ad5527fc0a3f2dcd795fc64b977df148bd665ea 100644 (file)
@@ -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