aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el4
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))