소스 검색

add prefs for flymake-jslint, but not works?

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

+ 8
- 0
emacs.el 파일 보기

@@ -90,6 +90,8 @@ IF OK-IF-ALREADY-EXISTS is true force download."
;; ack
color-moccur
gtags
flymake-jslint
flymake-python-pyflakes
)
)

@@ -1048,6 +1050,12 @@ found, otherwise returns nil."
;; t)
)))

(when (lazy-load-eval 'flymake-jslint
'(flymake-jslint-load))
(lazy-load-eval 'js nil
(add-hook 'js-mode-hook
'flymake-jslint-load)))

(require 'js-doc nil t)

(when (require 'uniquify nil t)


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