Add the jinja2-mode package

For Ansible template editing; also handy for Flask template files
This commit is contained in:
2021-03-10 06:22:33 +01:00
parent 3486e44f23
commit 92bdedcfd9

View File

@@ -3321,6 +3321,13 @@ First, set up ~bibtex-completion~:
:mode "\\.js\\'") :mode "\\.js\\'")
#+END_SRC #+END_SRC
** Jinja templates
#+begin_src emacs-lisp
(use-package jinja2-mode
:mode "\\.j2\\'")
#+end_src
** TypeScript ** TypeScript
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp