Skip to content Skip to sidebar Skip to footer
Showing posts with the label Emacs

How Do I Get Js2-mode To Use Spaces Instead Of Tabs In Emacs?

I am using js2-mode to edit Javascript in Emacs, but I can't seem to get it to stop using tabs … Read more How Do I Get Js2-mode To Use Spaces Instead Of Tabs In Emacs?

How Can I Stop Emacs From Indenting The 2nd Line Of A Javascript Comma-separated List (e.g. Array Or Json)?

Emacs indents my code like this: var myArray = [ 1, 2, 3, 4, 5,… Read more How Can I Stop Emacs From Indenting The 2nd Line Of A Javascript Comma-separated List (e.g. Array Or Json)?