diff options
Diffstat (limited to 'emacs.d/lisp/jshint-mode/jshint-emacs.js')
-rwxr-xr-x | emacs.d/lisp/jshint-mode/jshint-emacs.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs.d/lisp/jshint-mode/jshint-emacs.js b/emacs.d/lisp/jshint-mode/jshint-emacs.js new file mode 100755 index 0000000..d86cb71 --- /dev/null +++ b/emacs.d/lisp/jshint-mode/jshint-emacs.js @@ -0,0 +1,8 @@ +#!/usr/bin/env node + +var conf = '\n(add-to-list \'load-path "' + __dirname + '")\n' + + '(require \'flymake-jshint)\n' + + '(add-hook \'javascript-mode-hook\n' + + ' (lambda () (flymake-mode t)))'; + +console.log(conf);
\ No newline at end of file |