added WakaTime.sublime-settings file for disabling away prompt. Fixes #10.

This commit is contained in:
Alan Hamlett
2013-08-04 22:11:22 -07:00
parent bc8c1af287
commit fc2776a125
3 changed files with 83 additions and 19 deletions

32
Main.sublime-menu Normal file
View File

@ -0,0 +1,32 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "WakaTime",
"mnemonic": "W",
"id": "wakatime-settings",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/WakaTime/WakaTime.sublime-settings"
},
"caption": "Settings Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/WakaTime/WakaTime.sublime-settings"
},
"caption": "Settings User"
}
]
}
]
}
]