Skip to content

Instantly share code, notes, and snippets.

@oguzoldev
Last active May 3, 2016 20:34
Show Gist options
  • Save oguzoldev/77a5a0daa62352dba3f8221810eb5cb3 to your computer and use it in GitHub Desktop.
Save oguzoldev/77a5a0daa62352dba3f8221810eb5cb3 to your computer and use it in GitHub Desktop.
Atom Wrap Guide Hide

Use Atom > Open Your Stylesheet to open the styles.less file in the editor, then add the following:

atom-text-editor::shadow {
    .wrap-guide {
        visibility: hidden;
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment