Add web-mode and configure for go templating

This commit is contained in:
Ivan Malison 2015-10-14 14:01:10 -07:00
parent eb3557c995
commit 6292e7732b

View File

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