doom: add wakatime for wakapi

Closes: #4
main
earnest ma 2022-03-08 13:54:36 -05:00
parent 3bc8a72d58
commit 20819c0e1c
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
2 changed files with 7 additions and 0 deletions

View File

@ -17,3 +17,9 @@ projects in other locations.")
magit-repository-directories project-locations))
(use-package! ghq)
(use-package! wakatime-mode
:config
(setq wakatime-cli-path "~/.wakatime/wakatime-cli")
(global-wakatime-mode))

View File

@ -50,3 +50,4 @@
;(unpin! t)
(package! ghq :pin "582bd6daa505d04c7cc06d6c82ed8aee0624bfbe")
(package! smudge :pin "9e3488f485b7d7f3c97ebaad34ed552bb0cc228a")
(package! wakatime-mode :pin "0f94ac2dd4fa125fc5f152700779edce75a6b03b")