aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-js-two.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/init-js-two.el')
-rw-r--r--modules/init-js-two.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init-js-two.el b/modules/init-js-two.el
index 7162eb1..edcdddf 100644
--- a/modules/init-js-two.el
+++ b/modules/init-js-two.el
@@ -9,7 +9,7 @@
(use-package js2-mode
:ensure t
:pin "MELPA"
- :mode ("\\.js'\\'" . js2-mode)
+ :mode ("\\.js\\'" . js2-mode)
:hook (js2-mode . company-mode)
:custom
(js2-include-node-externs t)