From c1cb4f6ca54d2c863923c0cb416738615724975b Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 8 Mar 2012 21:45:42 +0900 Subject: [PATCH] fix url of js2-mode --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 32499c8..fb0cdd4 100644 --- a/emacs.el +++ b/emacs.el @@ -659,7 +659,7 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB." )) (when (dllib-if-unfound "js2-mode" - "https://github.com/mooz/js2-mode/raw/master/js2-mode.el" + "https://raw.github.com/mooz/js2-mode/master/js2-mode.el" t) (autoload 'js2-mode "js2-mode" nil t) (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))