From 92bdedcfd9b78e261de2c1ba650850f8d7b548c5 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 10 Mar 2021 06:22:33 +0100 Subject: [PATCH] Add the jinja2-mode package For Ansible template editing; also handy for Flask template files --- configuration.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.org b/configuration.org index 9317450..ee546b9 100644 --- a/configuration.org +++ b/configuration.org @@ -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