aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d/personal/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/latex.el
parentb0f91b1493770784d23023b9ca4933abf00b4ba7 (diff)
downloaddotfiles-3f495e25a7aef5e5e8350ed3690f8c2d4436dc73.tar.bz2
_emacs.d/personal: order configs by adding numeric prefix
Diffstat (limited to '_emacs.d/personal/latex.el')
-rw-r--r--_emacs.d/personal/latex.el17
1 files changed, 0 insertions, 17 deletions
diff --git a/_emacs.d/personal/latex.el b/_emacs.d/personal/latex.el
deleted file mode 100644
index 4600c03..0000000
--- a/_emacs.d/personal/latex.el
+++ /dev/null
@@ -1,17 +0,0 @@
-;;; ~/.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)