Browse Source

add prefs for flymake-jslint, but not works?

pull/1/head
10sr 10 years ago
parent
commit
fabc6fe963
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      emacs.el

+ 8
- 0
emacs.el View File

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


@@ -1048,6 +1050,12 @@ found, otherwise returns nil."
;; t) ;; 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) (require 'js-doc nil t)


(when (require 'uniquify nil t) (when (require 'uniquify nil t)


Loading…
Cancel
Save