focus editor, duh

This commit is contained in:
Chris Wanstrath 2011-08-23 21:17:09 -07:00
parent af0cb1ff90
commit 07bdf67004

View File

@ -8,6 +8,7 @@ HTMLMode = require("ace/mode/html").Mode
editor.getSession().setMode new JavaScriptMode
editor.getSession().setUseSoftTabs true
editor.getSession().setTabSize 2
editor.focus()
if css = File.read "~/.atomicity/twilight.css"
head = $('head')[0]