aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '_emacs.d')
-rw-r--r--_emacs.d/personal/10-prelude-config.el3
-rw-r--r--_emacs.d/personal/50-latex.el18
2 files changed, 3 insertions, 18 deletions
diff --git a/_emacs.d/personal/10-prelude-config.el b/_emacs.d/personal/10-prelude-config.el
index 78c42c5..6234e94 100644
--- a/_emacs.d/personal/10-prelude-config.el
+++ b/_emacs.d/personal/10-prelude-config.el
@@ -22,3 +22,6 @@
;; Disable `flyspell-mode': do not spellcheck on the fly
;(setq prelude-flyspell nil)
+;; Set default TeX engine
+(setq-default TeX-engine 'xetex)
+
diff --git a/_emacs.d/personal/50-latex.el b/_emacs.d/personal/50-latex.el
deleted file mode 100644
index c73515a..0000000
--- a/_emacs.d/personal/50-latex.el
+++ /dev/null
@@ -1,18 +0,0 @@
-;;; ~/.emacs.d/personal/50-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)
-