[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Lua mode
smart-documents.org
@@ -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