diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-09-06 20:34:34 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-09-06 20:34:34 -0700 |
commit | c398f0c83669f3c80ee0841f1b947846598e606a (patch) | |
tree | f636350d9c3593e1c55af87675a9d6c113add932 | |
parent | 398a171594a5ff51416f5eab06037026c419314a (diff) |
Lua mode
-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. |