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

11
WakaTime.sublime-settings Normal file
View file

@ -0,0 +1,11 @@
{
// Prompt after being away.
// If true, will prompt user after 10 minutes of inactivity.
// If false, only logs actual activity inside Sublime.
// Defaults to false.
"prompt_after_away": false,
// Your api key from https://www.wakati.me/#apikey
// Set this in your User specific WakaTime.sublime-settings file.
"api_key": ""
}