mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Toggle quotes back
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports =
|
|||||||
class ThemePackage extends Package
|
class ThemePackage extends Package
|
||||||
getType: -> 'theme'
|
getType: -> 'theme'
|
||||||
|
|
||||||
getStylesheetType: -> "theme"
|
getStylesheetType: -> 'theme'
|
||||||
|
|
||||||
enable: ->
|
enable: ->
|
||||||
atom.config.unshiftAtKeyPath('core.themes', @name)
|
atom.config.unshiftAtKeyPath('core.themes', @name)
|
||||||
|
|||||||
Reference in New Issue
Block a user