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"))))