Fix js2 mode
This commit is contained in:
parent
04dab911e0
commit
095402441a
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
;; JavaScript Support
|
;; JavaScript Support
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
(autoload 'js2-mode "js2" nil t)
|
(autoload 'js2-mode "js2-mode" nil t)
|
||||||
(add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
|
(add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
|
||||||
|
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue