diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 417f6e2a..b1d9caa9 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1488,6 +1488,13 @@ marking if it still had that." ;; File Navigation: helm/projectile/ido ;; ============================================================================= +(use-package web-mode + :mode ("\\.tmpl\\'" . web-mode) + :config + (progn + (defvar-setq web-mode-content-types-alist + '(("gtl" . "\\.tmpl\\'"))))) + (use-package helm-themes) (use-package helm-config