diff options
Diffstat (limited to 'lisp/ravi-init-tex.el')
| -rw-r--r-- | lisp/ravi-init-tex.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/ravi-init-tex.el b/lisp/ravi-init-tex.el index a8d54cb..3143192 100644 --- a/lisp/ravi-init-tex.el +++ b/lisp/ravi-init-tex.el @@ -183,9 +183,6 @@ starting with \\ and followed by a block of text enclosed in {}." (setq fill-column 88) - ;; Add XeLaTeX support to AucTeX - (add-to-list 'TeX-command-list '("XeLaTeX" "%`xelatex%(mode)%' %t" TeX-run-TeX nil t)) - (setq TeX-command-default "XeLaTeX") (setq TeX-save-query nil) (setq TeX-show-compilation t) @@ -195,7 +192,6 @@ starting with \\ and followed by a block of text enclosed in {}." (message "LaTeX mode init complete.")) ;; ACUTeX replaces latex-mode-hook with LaTeX-mode-hook (add-hook 'LaTeX-mode-hook 'my-LaTeX-mode-init) - )) ) ) |
