From a64099a286c69e924744d39d47ec099059e0562d Mon Sep 17 00:00:00 2001 From: elvis Date: Sat, 29 Nov 2025 16:18:21 +0100 Subject: [PATCH] emacs config thesis --- Thesis/.dir-locals.el | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Thesis/.dir-locals.el diff --git a/Thesis/.dir-locals.el b/Thesis/.dir-locals.el new file mode 100644 index 0000000..bad5ba0 --- /dev/null +++ b/Thesis/.dir-locals.el @@ -0,0 +1,7 @@ +;;; Directory Local Variables -*- no-byte-compile: t -*- +;;; For more information see (info "(emacs) Directory Variables") + +((nil . ((fill-column . 80))) + (TeX-mode . ((TeX-engine . luatex) + (TeX-master . "document.tex") + (TeX-command-extra-options . "-shell-escape"))))