Browse Source

fix url of js2-mode

pull/1/head
10sr 12 years ago
parent
commit
c1cb4f6ca5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

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


Loading…
Cancel
Save