aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d/personal/50-latex.el
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-02-23 10:46:35 +0800
committerAaron LI <aaronly.me@gmail.com>2016-02-23 10:46:35 +0800
commit3f495e25a7aef5e5e8350ed3690f8c2d4436dc73 (patch)
treeeeed6018ad19cecf7241e0f613b54db818d9225a /_emacs.d/personal/50-latex.el
parentb0f91b1493770784d23023b9ca4933abf00b4ba7 (diff)
downloaddotfiles-3f495e25a7aef5e5e8350ed3690f8c2d4436dc73.tar.bz2
_emacs.d/personal: order configs by adding numeric prefix
Diffstat (limited to '_emacs.d/personal/50-latex.el')
-rw-r--r--_emacs.d/personal/50-latex.el17
1 files changed, 17 insertions, 0 deletions
diff --git a/_emacs.d/personal/50-latex.el b/_emacs.d/personal/50-latex.el
new file mode 100644
index 0000000..4600c03
--- /dev/null
+++ b/_emacs.d/personal/50-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)