From a7443e67674a80f174cd26b126a6ac84d304d1de Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 16 Mar 2023 18:59:06 +0100 Subject: [PATCH] Use xelatex as latex command --- bundle/custom_gnu.el | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index ba8fab86..f366c061 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -44,6 +44,7 @@ '(inferior-lisp-program "/usr/bin/sbcl --noinform" t) '(initial-buffer-choice "~/Documents/org/agenda/tasks.org") '(initial-frame-alist '((fullscreen . maximized) (undecorated . t))) + '(latex-run-command "xelatex") '(message-user-organization "") '(org-agenda-files '("agenda/journal.org" "agenda/meetings.org" "agenda/tasks.org" "agenda/logbook.org" "agenda/appointments.org"))