Lua mode

Commit
c398f0c83669f3c80ee0841f1b947846598e606a
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
smart-documents.org
index ade38893..88c79d7b 100644..100644
@@ -10,8 +10,7 @@
10 10 # LaTeX setup
11 11 #+SETUPFILE: ~/.emacs.d/templates/documents/gnu-default.setup
12 12 # Title page
13 Removed: #+INCLUDE: ~/.emacs.d/templates/documents/default-title.org
14 Removed:
13 Added: #+INCLUDE: ~/.emacs.d/templates/documents/title-default.org
15 14 #+LATEX_HEADER_EXTRA: \newfontfamily\garamond{EB Garamond}
16 15 #+LATEX_HEADER_EXTRA: \newfontfamily\publicsans{Public Sans}
17 16
@@ -902,6 +901,15 @@
902 901 #+BEGIN_SRC emacs-lisp :tangle yes
903 902 (use-package haskell-mode)
904 903 #+END_SRC
904 Added:
905 Added:
906 Added: *** Lua
907 Added:
908 Added: # If I have to deal with luaotfload one more time, I swear...
909 Added: #+BEGIN_SRC emacs-lisp :tangle yes
910 Added: (use-package lua-mode)
911 Added: #+END_SRC
912 Added:
905 913
906 914 ** File formats
907 915