Last active
August 29, 2015 14:06
-
-
Save inventionate/6cbec13187d9c662c595 to your computer and use it in GitHub Desktop.
Atom Editor config
This file contains 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
workspaceElement = atom.views.getView(atom.workspace) | |
atom.commands.dispatch workspaceElement, 'tree-view:toggle' |
This file contains 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
.tab-bar { | |
height: 0px; | |
visibility: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment