Files
ChocolateyPackages/EthanBrown.SublimeText2.UtilPackages/tools/Preferences.sublime-settings
Iristyle 4801bdf0fb EthanBrown.SublimeText2.UtilPackages
- Sublime package featuring the best general utility, file manipulation,
   navigation, sidebar enhancements, themes, color schemes, etc
   - AdvancedNewFile, ConsoleExec, EncodingHelper, KeymapManager,
     MoveTab, Navigation History, Open Recent Files, OpenSearchResult,
     RecentActiveFiles, Search Anywhere, SideBarEnhancements,
     Sublime Files, Soda Theme
 - Also includes a custom keybinding package hosted on GitHub
 - Merges in customized settings for User Preferences
 - Fixed minor bug in JSON helpers when adding to a simple map
2013-03-07 21:43:17 -05:00

15 lines
277 B
Plaintext

{
"close_windows_when_empty": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Caret History",
"GotoRecent",
"MultiTaskBuild",
"Open Related",
"QuickFileMove",
"SublimeREPL"
],
"theme": "Soda Dark.sublime-theme"
}