wakatime-mode
wakatime-mode copied to clipboard
Emacs Minor Mode for WakaTime
I have included line numbers and in which file we need to add changes like api-key and wakatime/cli.py path location. I hope this helps. Thank you!
https://twitter.com/hayamiz/status/439020201481216000
I installed this and when I enable the wakatime-mode it just freezes emacs when ever I try to edit a file. I'm assuming that it is getting stuck somewhere and...
Maybe use a process sentinel or similar concept instead of (while (process-live-p p))
When handling the buffer modify event, only send an api request if one of these is true: 1. the current file has changed since the last api request 2. the...