wakatime-mode icon indicating copy to clipboard operation
wakatime-mode copied to clipboard

Emacs plugin for automatic time tracking and metrics generated from your programming activity.

Results 22 wakatime-mode issues
Sort by recently updated
recently updated
newest added

I’m not sure exactly how yet, but I have ```elisp (use-package wakatime-mode :config (global-wakatime-mode) :custom (wakatime-cli-path "/wakatime-cli")) ``` in default.el (ostensibly system-wide, rather than my init.el), but when I check...

![20240410T015614+0900](https://github.com/wakatime/wakatime-mode/assets/11722318/587b71ca-28ee-491b-917e-2b4af8db24fd) *The errors in question* Each commit in this PR fixes a class of issues. This PR also turns on `lexical-binding`. Ths issues are: - 7d9054e1657fc27d6652ccd4fc7f28fa8a218d87 string-replace was added in...

enhancement