Skip to content

Commit

Permalink
Added settings user context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Vittorio Vittori committed Feb 1, 2015
1 parent ef81cce commit 51b1afb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Context.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@
"id":"theme_automator",
"caption": "Use as default scheme",
"command": "set_default_scheme"
}
},
{ "caption":"-" },
{
"id":"theme_automator",
"command": "open_file",
"args": {"file": "${packages}/User/ThemeAutomator.sublime-settings"},
"caption": "Settings – User"
}
]
}
]
Expand Down

0 comments on commit 51b1afb

Please sign in to comment.