diff options
-rw-r--r-- | smart-documents.org | 12 |
1 files 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. |