aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d/personal/latex.el
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-02-21 15:54:45 +0800
committerAaron LI <aaronly.me@gmail.com>2016-02-21 15:54:45 +0800
commit0f09abda2f69da8298a500995abf7b4d84d1f408 (patch)
treeee6b1e4f608de731bd3f89b69d2f39a61774a924 /_emacs.d/personal/latex.el
parent1c5bf9244521b0437978a9a7b4a9ca91a82d8af3 (diff)
downloaddotfiles-0f09abda2f69da8298a500995abf7b4d84d1f408.tar.bz2
prelude emacs: update personal configurations styles
Diffstat (limited to '_emacs.d/personal/latex.el')
-rw-r--r--_emacs.d/personal/latex.el17
1 files changed, 17 insertions, 0 deletions
diff --git a/_emacs.d/personal/latex.el b/_emacs.d/personal/latex.el
new file mode 100644
index 0000000..4600c03
--- /dev/null
+++ b/_emacs.d/personal/latex.el
@@ -0,0 +1,17 @@
+;;; ~/.emacs.d/personal/latex.el --- LaTeX settings for Prelude Emacs
+;;
+;; -*- mode: emacs-lisp -*-
+;; vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=lisp:
+;;
+;; Credits: https://github.com/bbatsov/prelude/wiki/LaTeX
+;;
+;; Aaron LI
+;; 2016-02-21
+;;
+
+;;; Commentary:
+;; LaTeX settings for Prelude Emacs.
+
+;;; Code:
+
+(setq-default TeX-engine 'xetex)