Remove themes folder from .atom template

Themes now go in ~/.atom/packages
Esse commit está contido em:
Kevin Sawicki
2013-09-30 08:56:12 -07:00
commit b9328c82e5
2 arquivos alterados com 0 adições e 2 exclusões
-1
Ver Arquivo
@@ -1 +0,0 @@
All themes in this directory will be automatically loaded
-1
Ver Arquivo
@@ -181,7 +181,6 @@ describe "Config", ->
expect(fs.exists(config.configDirPath)).toBeTruthy()
expect(fs.exists(path.join(config.configDirPath, 'packages'))).toBeTruthy()
expect(fs.exists(path.join(config.configDirPath, 'snippets'))).toBeTruthy()
expect(fs.exists(path.join(config.configDirPath, 'themes'))).toBeTruthy()
expect(fs.isFileSync(path.join(config.configDirPath, 'config.cson'))).toBeTruthy()
describe ".loadUserConfig()", ->