diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 19:44:41 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:02:52 +0200 |
| commit | 23df3f90582cebfdbd1355fadd13556fb89909dd (patch) | |
| tree | d22cc4e796f48199d329595fb6ae09cee2390c3a /dot.emacs.d | |
| parent | 1508d027c421f12dca8b65e1cdabda352a8d6c0b (diff) | |
Emacs: Add jinja2-mode
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 5671701..d08503e 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -122,6 +122,10 @@ (use-package highlight-indentation :hook python-base-mode) +(use-package jinja2-mode + :mode "\\.html.j2\\'" + :config (keymap-unset jinja2-mode-map "M-o")) + (defun qsx-no-indent-tabs-mode () (setq indent-tabs-mode nil)) |
