mirror of
https://github.com/atom/atom.git
synced 2026-02-08 13:45:09 -05:00
gross
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{Chrome, Dir, File} = require 'osx'
|
||||
|
||||
|
||||
_.map Dir.list(Chrome.appRoot() + "/plugins"), (plugin) ->
|
||||
try
|
||||
require plugin
|
||||
@@ -8,7 +7,6 @@ _.map Dir.list(Chrome.appRoot() + "/plugins"), (plugin) ->
|
||||
name = _.last plugin.split '/'
|
||||
console.error "Problem loading plugin #{name}: #{e.message}"
|
||||
|
||||
|
||||
if css = File.read "~/.atomicity/twilight.css"
|
||||
head = $('head')[0]
|
||||
style = document.createElement 'style'
|
||||
|
||||
Reference in New Issue
Block a user