Toggle quotes back

This commit is contained in:
Nathan Sobo
2014-10-23 14:46:05 -06:00
parent dd4e7d6921
commit 497b4a4e24

View File

@@ -5,7 +5,7 @@ module.exports =
class ThemePackage extends Package
getType: -> 'theme'
getStylesheetType: -> "theme"
getStylesheetType: -> 'theme'
enable: ->
atom.config.unshiftAtKeyPath('core.themes', @name)