Explorar el Código

Add dtl web-mode

master
10sr hace 4 años
padre
commit
92eba8a8f8
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar