diff --git a/.emacs.d/core.el b/.emacs.d/core.el index 6f8a842..363a967 100644 --- a/.emacs.d/core.el +++ b/.emacs.d/core.el @@ -494,7 +494,7 @@ ;; ================================================================= ;; JavaScript Support ;; ================================================================= -(autoload 'js2-mode "js2" nil t) +(autoload 'js2-mode "js2-mode" nil t) (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode)) ;; =================================================================