From 6292e7732bc32e21aa8d48b59b50b6639d67cb99 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 14 Oct 2015 14:01:10 -0700 Subject: [PATCH] Add web-mode and configure for go templating --- dotfiles/emacs.d/init.el | 7 +++++++ 1 file changed, 7 insertions(+) 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