From fabc6fe96356e41b4098e8b5206be4f05d358437 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 31 Jan 2014 00:01:08 +0900 Subject: [PATCH] add prefs for flymake-jslint, but not works? --- emacs.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs.el b/emacs.el index 92d3a42..9d50763 100644 --- a/emacs.el +++ b/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)