From 095402441a968f6bd8fe164b034754c7c637a0a2 Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 1 Apr 2014 12:26:31 -0700 Subject: [PATCH] Fix js2 mode --- .emacs.d/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) ;; =================================================================