[Org] Use ‘lualatex’ as default

This commit is contained in:
Daniel - 2018-09-08 13:15:59 +02:00
parent bebcee23fa
commit 473ac32147
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -882,7 +882,8 @@ This is done only if the value of this variable is not null."
:defer t
:config (progn
(setq org-latex-default-class "scrartcl"
org-latex-listings t)
org-latex-listings t
org-latex-compiler "lualatex")
(add-to-list 'org-latex-classes
`("scrartcl"
,(concat "\\documentclass{scrartcl}\n"