From 20819c0e1c16b7823453f2df31ac96b1f9a60b71 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Tue, 8 Mar 2022 13:54:36 -0500 Subject: [PATCH] doom: add wakatime for wakapi Closes: https://git.earne.link/earnestma/dotfiles/issues/4 --- doom/.config/doom/+projects.el | 6 ++++++ doom/.config/doom/packages.el | 1 + 2 files changed, 7 insertions(+) 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")