Skip to content

Instantly share code, notes, and snippets.

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