Emacs: Set LaTeX-engine for org to xelatex.

This commit is contained in:
tastytea 2020-08-24 03:52:57 +02:00
parent c043211d6c
commit 50e3e29410
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-08-16T19:47:34+0200>
;; Time-stamp: <2020-08-24T03:32:04+0200>
;;; Commentary:
@ -110,7 +110,8 @@
:commands (org-mode)
:custom ((org-support-shift-select t) ; Make shift behave normally on text.
(org-default-notes-file "~/notes.org")
(org-startup-folded nil))
(org-startup-folded nil)
(org-latex-compiler "xelatex"))
:config (progn (set-face-attribute 'org-level-1 nil :height 1.4)
(set-face-attribute 'org-level-2 nil :height 1.2)
(org-babel-do-load-languages 'org-babel-load-languages