aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d/personal/50-latex.el
blob: 4600c036bce77f676cf023d73ec9c562a2e42cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)