Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to remove vertical line/separator #1089
Comments
|
I think you're referring to the PEP8 max line length visual? The one which shows you if you are crossing the recommended max line length? |
|
If you want to completely remove it, this worked for me: |
|
@qazip does that works for you? :) Thanks @jakecolston for answering! |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sorry that I don't know the correct word for the line, else I could probably search for it!
After installing python-mode, there is now a vertical line/separator, which probably signals X characters, the recommended line width. How do I remove that?