From c398f0c83669f3c80ee0841f1b947846598e606a Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 6 Sep 2021 20:34:34 -0700 Subject: Lua mode --- smart-documents.org | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/smart-documents.org b/smart-documents.org index ade3889..88c79d7 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -10,8 +10,7 @@ # LaTeX setup #+SETUPFILE: ~/.emacs.d/templates/documents/gnu-default.setup # Title page -#+INCLUDE: ~/.emacs.d/templates/documents/default-title.org - +#+INCLUDE: ~/.emacs.d/templates/documents/title-default.org #+LATEX_HEADER_EXTRA: \newfontfamily\garamond{EB Garamond} #+LATEX_HEADER_EXTRA: \newfontfamily\publicsans{Public Sans} @@ -903,6 +902,15 @@ Python is included by default on most Linux distributions. (use-package haskell-mode) #+END_SRC + +*** Lua + +# If I have to deal with luaotfload one more time, I swear... +#+BEGIN_SRC emacs-lisp :tangle yes + (use-package lua-mode) +#+END_SRC + + ** File formats These aren't tied to a particular language per se. -- cgit v1.2.3