Commit 7ec200faa3b7a021ee3fd773b8f650d79e5eca13

Authored by Ian Foster
1 parent dfa9fbfd1c
Exists in master

subblime plugin for hiding tabber

Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff

sublime-text-3/User/Package Control.sublime-settings View file @ 7ec200f
... ... @@ -2,7 +2,12 @@
2 2 "installed_packages":
3 3 [
4 4 "SideBarEnhancements",
  5 + "SublimeHideTabs",
5 6 "Theme - Soda"
  7 + ],
  8 + "repositories":
  9 + [
  10 + "https://github.com/croach/SublimeHideTabs"
6 11 ]
7 12 }