Fix mode js2-mode

This commit is contained in:
Jesus E 2023-05-13 14:00:00 -04:00
parent af5244168e
commit 2e66e8893e
No known key found for this signature in database
GPG Key ID: 159C8F8BC9AED8B6

View File

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