mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
open project first
HACK: need to make this flow cleaner
This commit is contained in:
@@ -6,9 +6,9 @@ App.setActiveWindow new Window controller: WindowController
|
||||
Editor = require 'editor'
|
||||
App.activeWindow.document = new Editor
|
||||
|
||||
require 'plugins'
|
||||
|
||||
if localStorage.lastOpenedFilename
|
||||
App.activeWindow.open(localStorage.lastOpenedFilename)
|
||||
|
||||
require 'plugins'
|
||||
|
||||
App.activeWindow.document.ace._emit "loaded"
|
||||
|
||||
Reference in New Issue
Block a user