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

Address linting errors and restore support for Emacs <28 #77

Open kisaragi-hiu opened 3 months ago

kisaragi-hiu commented 3 months ago

20240410T015614+0900

The errors in question

Each commit in this PR fixes a class of issues. This PR also turns on lexical-binding. Ths issues are:

The parentheses and indentation style should also be updated to be more conventional for Emacs Lisp, to make it less painful to edit without introducing lots of style noise. That is not in scope of this PR though, to make this PR easier to review.