mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
enable tabs and project pane by default
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
exports.Project = Project = require 'project/project'
|
||||
|
||||
new Project
|
||||
(new Project).toggle()
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
exports.Tabs = Tabs = require 'tabs/tabs'
|
||||
|
||||
new Tabs
|
||||
(new Tabs).toggle()
|
||||
Reference in New Issue
Block a user