Ver a proveniência

Add dtl web-mode

master
10sr há 4 anos
ascendente
cometimento
92eba8a8f8
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Ver ficheiro

@@ -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)


Carregando…
Cancelar
Guardar