Skip to content

Commit

Permalink
fix(emacs): django: web-mode-engines-alist
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 7, 2024
1 parent 9ce54c0 commit 20b09a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
(add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode))
(add-hook 'web-mode-hook (lambda () (electric-pair-local-mode -1)))
:custom
(web-mode-engines-alist '("django" . "\\\\.html\\\\."))
(web-mode-engines-alist '(("django" . "\\\\.html\\\\.")))
(web-mode-enable-auto-pairing t)
(web-mode-enable-auto-opening t)
(web-mode-enable-auto-quoting t))
Expand Down

0 comments on commit 20b09a2

Please sign in to comment.