Просмотр исходного кода

fix url of js2-mode

pull/1/head
10sr 12 лет назад
Родитель
Сommit
c1cb4f6ca5
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      emacs.el

+ 1
- 1
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))


Загрузка…
Отмена
Сохранить