Skip to content

Instantly share code, notes, and snippets.

@RyanNutt
Created October 4, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanNutt/e8f38baf319b29ad6a0f to your computer and use it in GitHub Desktop.
Save RyanNutt/e8f38baf319b29ad6a0f to your computer and use it in GitHub Desktop.
Hide line number gutter from Ace editor
var edit = ace.edit('editorDiv');
edit.renderer.setShowGutter(false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment