Remove themes folder from .atom template

Themes now go in ~/.atom/packages
This commit is contained in:
Kevin Sawicki 2013-09-30 08:56:12 -07:00
parent b120109cbf
commit b9328c82e5
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
All themes in this directory will be automatically loaded

View File

@ -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()", ->