js2-mode Questions

2

Solved

I'm editing React .jsx files, and I don't want to indent on newline, how to disable it?
Pippas asked 29/3, 2015 at 12:13

3

Solved

I have this at the end of my .emacs: (setq-default indent-tabs-mode nil) (setq tab-stop-list (number-sequence 2 120 2)) It works fine in other modes – whenever I tab, it adds two spaces. But in...
Gallonage asked 19/1, 2015 at 3:37

3

Solved

Since im using eslint, syntax checking from js-mode is redundant to me. so how to turn it off globally instead of toggling on and off? I configured eslint not to check for semicolons, but js2-mode...
Pugnacious asked 2/2, 2016 at 19:23

3

Solved

I am using js2-mode to edit Javascript in Emacs, but I can't seem to get it to stop using tabs instead of spaces for indentation. My other modes work fine, just having issues w/ js2.
Casta asked 5/9, 2008 at 13:45

3

Solved

I use Emacs 24.2. I've installed js-comint and js-mode from MELPA, executed run-js, and now in REPL instead of > sign i have this gibberish: ^[[1G> ^[[0K^[[3G The REPL itself in Inferior J...
Adhern asked 13/12, 2012 at 14:56

7

Solved

I'm using js2-mode for working with javascript in emacs and for the most part it's very useful. However, the indenting methods are terribly frustrating when working with jQuery, closures, and JSON....
Polysemy asked 3/3, 2010 at 9:31
1

© 2022 - 2024 — McMap. All rights reserved.