Add the jinja2-mode package
For Ansible template editing; also handy for Flask template files
This commit is contained in:
parent
3486e44f23
commit
92bdedcfd9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user