瀏覽代碼

fix url of js2-mode

pull/1/head
10sr 12 年之前
父節點
當前提交
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))


Loading…
取消
儲存