commit 5864a7cfc74c5f3e06c987cf1c2e3baadfae2d0d
parent 2983518e5aa50f372234dbb90f838fd2cbedc71f
Author: Hugo Soucy <hsoucy@kronostechnologies.com>
Date: Mon, 28 May 2018 09:41:51 -0400
Comment the JSX web-mode line
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/partials/webdev.el b/partials/webdev.el
@@ -35,6 +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 '("\\.twig\\'" . web-mode)))
(use-package markdown-mode