diff --git a/doom/.config/doom/+projects.el b/doom/.config/doom/+projects.el index 024bec1..53808d8 100644 --- a/doom/.config/doom/+projects.el +++ b/doom/.config/doom/+projects.el @@ -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)) diff --git a/doom/.config/doom/packages.el b/doom/.config/doom/packages.el index 0a8decf..5f5b959 100644 --- a/doom/.config/doom/packages.el +++ b/doom/.config/doom/packages.el @@ -50,3 +50,4 @@ ;(unpin! t) (package! ghq :pin "582bd6daa505d04c7cc06d6c82ed8aee0624bfbe") (package! smudge :pin "9e3488f485b7d7f3c97ebaad34ed552bb0cc228a") +(package! wakatime-mode :pin "0f94ac2dd4fa125fc5f152700779edce75a6b03b")