Add the jinja2-mode package

For Ansible template editing; also handy for Flask template files
This commit is contained in:
Gergely Polonkai 2021-03-10 06:22:33 +01:00
parent 3486e44f23
commit 92bdedcfd9
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 7 additions and 0 deletions

View File

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