瀏覽代碼

Remove js-doc load on start

pull/15/head
10sr 9 年之前
父節點
當前提交
59aa777a5a
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      emacs.el

+ 1
- 2
emacs.el 查看文件

@@ -99,6 +99,7 @@ found, otherwise returns nil."
php-mode php-mode
erlang erlang
js2-mode js2-mode
js-doc
git-commit git-commit
gitignore-mode gitignore-mode
adoc-mode adoc-mode
@@ -1043,8 +1044,6 @@ found, otherwise returns nil."
(add-hook 'js-mode-hook (add-hook 'js-mode-hook
'flymake-jslint-load))) 'flymake-jslint-load)))


(safe-require-or-eval 'js-doc)

(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation) (add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)


(with-eval-after-load 'uniquify (with-eval-after-load 'uniquify


Loading…
取消
儲存