Skip to content

Instantly share code, notes, and snippets.

@robballou
Created May 6, 2014 19:52
Show Gist options
  • Save robballou/3d80a1dc0bdaf966050c to your computer and use it in GitHub Desktop.
Save robballou/3d80a1dc0bdaf966050c to your computer and use it in GitHub Desktop.
Hide the wrap guide in Atom editor
.editor .wrap-guide {
display: none;
height: 0;
overflow: hidden;
}
@tasmo
Copy link

tasmo commented Nov 3, 2016

Or you just disable the wrap-guide package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment