The open source plugin for productivity metrics, goals, leaderboards, and automatic time tracking.
Follow the instructions under "installing" on MELPA's getting started page. (Doom users see these instructions instead)
Restart Emacs, to make it reloads your init file.
Run M-x package-list-packages
.
Find the wakatime-mode
package in the list of packages, and move the cursor there.
Press i to mark the package for installation.
Press x to execute the commands and install the marked wakatime-mode package.
Enter your API Key, then press Enter.
Install [wakatime-cli](https://github.com/wakatime/wakatime-cli) python3 -c "$(wget -q -O - https://raw.githubusercontent.com/wakatime/vim-wakatime/master/scripts/install_cli.py)"
.
Enter ~/.wakatime/wakatime-cli
as the path to wakatime-cli, then press Enter.
Add (global-wakatime-mode)
to your init.el
file, then restart Emacs.
Use Emacs with wakatime-mode turned on and your stats will automatically show on your https://wakatime.com/dashboard.