Added tera-mode again

This commit is contained in:
Seth Morabito 2023-01-04 12:34:32 -08:00
parent 610f76dce0
commit bde38ac6fa
3 changed files with 13 additions and 0 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "packages/loomcom-blog"]
path = lisp/loomcom-blog
url = https://github.com/sethm/loomcom-blog.git
[submodule "lisp/tera-mode"]
path = lisp/tera-mode
url = https://github.com/svavs/tera-mode.git

View File

@ -1075,6 +1075,15 @@ with nicer looking defaults using Unicode.
(setq auth-sources '("~/.authinfo.gpg")))
#+END_SRC
** Tera Mode
Tera is a templating language used by [[https://www.getzola.org/][Zola]].
#+BEGIN_SRC emacs-lisp
(use-package tera-mode
:load-path "lisp/tera-mode")
#+END_SRC
** Mastodon
#+BEGIN_SRC emacs-lisp

1
lisp/tera-mode Submodule

@ -0,0 +1 @@
Subproject commit cf3e9a2d86853eb2162b8c2160cdf57d7ca6a442