Use xelatex as latex command

This commit is contained in:
Marcus Kammer 2023-03-16 18:59:06 +01:00
parent 516a01a5f6
commit a7443e6767
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -44,6 +44,7 @@
'(inferior-lisp-program "/usr/bin/sbcl --noinform" t) '(inferior-lisp-program "/usr/bin/sbcl --noinform" t)
'(initial-buffer-choice "~/Documents/org/agenda/tasks.org") '(initial-buffer-choice "~/Documents/org/agenda/tasks.org")
'(initial-frame-alist '((fullscreen . maximized) (undecorated . t))) '(initial-frame-alist '((fullscreen . maximized) (undecorated . t)))
'(latex-run-command "xelatex")
'(message-user-organization "") '(message-user-organization "")
'(org-agenda-files '(org-agenda-files
'("agenda/journal.org" "agenda/meetings.org" "agenda/tasks.org" "agenda/logbook.org" "agenda/appointments.org")) '("agenda/journal.org" "agenda/meetings.org" "agenda/tasks.org" "agenda/logbook.org" "agenda/appointments.org"))