lang/js: add .mjs to auto-mode-alist regex
This commit is contained in:
parent
f20cfd21c2
commit
8f2fd970e6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
;; Major modes
|
||||
|
||||
(def-package! js2-mode
|
||||
:mode "\\.js\\'"
|
||||
:mode "\\.m?js\\'"
|
||||
:interpreter "node"
|
||||
:commands js2-line-break
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue