소스 검색

Remove js-doc load on start

pull/15/head
10sr 8 년 전
부모
커밋
59aa777a5a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      emacs.el

+ 1
- 2
emacs.el 파일 보기

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

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

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

(with-eval-after-load 'uniquify


불러오는 중...
취소
저장