wakatime / wakatime-mode

Emacs plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/emacs
267 stars 41 forks source link

Extra quotes around wakatime-cli output in waistline-client-command #69

Closed may closed 1 year ago

may commented 1 year ago

Line 148 should be

(format “%s” wakatime-cli-path)

not

“\”%s\” “

without this fix, the mode doesn’t work even if the path is right

alanhamlett commented 1 year ago

Fixed with #65.