diff options
-rwxr-xr-x | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -486,3 +486,5 @@ (lsp-ui-mode) (yas-minor-mode)))) +(add-to-list 'auto-mode-alist '("\\.tt\\'" . web-mode)) +(add-to-list 'auto-mode-alist '("\\.tpl\\'" . web-mode)) |