Fix js2 mode

This commit is contained in:
John Doty 2014-04-01 12:26:31 -07:00
parent 04dab911e0
commit 095402441a

View file

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