mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
focus editor, duh
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user