mareoraft
mareoraft

Reputation: 3902

Atom close Git / Outline / GitHub right-hand pane on startup

When I fire up the Atom text editor, it has both the left and right pane open. Observe:

enter image description here

But I don't want the right pane to be open.

How can I configure Atom to have the right pane closed by default when I open a project?

Upvotes: 1

Views: 565

Answers (1)

idleberg
idleberg

Reputation: 12882

You can uncheck the Initial Outline Display package setting:

enter image description here

If you don't know how to find this dialog, click on the package in Settings > Packages or use a package such as package-settings to do so via the command palette.

Upvotes: 2

Related Questions