Created
May 6, 2014 19:52
-
-
Save robballou/3d80a1dc0bdaf966050c to your computer and use it in GitHub Desktop.
Hide the wrap guide in Atom editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.editor .wrap-guide { | |
display: none; | |
height: 0; | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Or you just disable the
wrap-guide
package.