forked from colonelpanic/dotfiles
Add web-mode and configure for go templating
This commit is contained in:
parent
eb3557c995
commit
6292e7732b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user