tamzinblake / js3-mode

A chimeric fork of js2-mode and js-mode
GNU General Public License v3.0
181 stars 13 forks source link

type of js3-max-columns should be integer #64

Closed ginyup closed 11 years ago

ginyup commented 11 years ago

right now it's set to 'boolean

thanks for a great way to edit js!

tamzinblake commented 11 years ago

Have you actually been using the printing function, or did you just notice that? How's it working out for you?

ginyup commented 11 years ago

I stumbled upon it during a futile attempt to change the fill column :)

Still, thanks for the fix!

tamzinblake commented 11 years ago

FWIW, you should be able to add:

(setq-default fill-column 72)

to your .emacs file.