commit 767148e9921b06b77f368886a357846719decc64
parent be235e36671ecdf8fce586eae591a4d877e1da47
Author: Hugo Soucy <hsoucy@kronostechnologies.com>
Date: Mon, 29 Oct 2018 10:44:33 -0400
Merge branch 'master' of github.com:hs0ucy/.emacs.d
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/partials/webdev.el b/partials/webdev.el
@@ -35,7 +35,7 @@
(add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.mustache\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.djhtml\\'" . web-mode))
- ;; (add-to-list 'auto-mode-alist '("\\.jsx\\'" . web-mode))
+ (add-to-list 'auto-mode-alist '("\\.etlua\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.twig\\'" . web-mode)))
(use-package markdown-mode