Browse Source

Add dtl web-mode

master
10sr 4 years ago
parent
commit
92eba8a8f8
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el View File

@@ -1114,6 +1114,9 @@ found, otherwise returns nil."
(when (fboundp 'web-mode)
(add-to-list 'auto-mode-alist
'("\\.html\\.j2\\'" . web-mode))
(add-to-list 'auto-mode-alist
;; Django Template Language
'("\\.dtl\\'" . web-mode))
)

(when (autoload-eval-lazily 'wgrep)


Loading…
Cancel
Save