From 9166757080e4049ede7934db0706e5f9fe3bdc39 Mon Sep 17 00:00:00 2001 From: AChavali Date: Sat, 8 Feb 2020 13:06:47 +0000 Subject: ~wakatime-cli-path ~/.local/bin/wakatime ~/.local/bin/wakatime is the location a pip --user install puts wakatime to. Use that from now on. --- doom.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom.d/init.el b/doom.d/init.el index d8bbe3d..b87b593 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -245,7 +245,7 @@ (cons 340 "#5B6268") (cons 360 "#5B6268"))) '(vc-annotate-very-old-color nil) - '(wakatime-cli-path "/usr/local/bin/wakatime") + '(wakatime-cli-path (expand-file-name "~/.local/bin/wakatime")) '(wakatime-python-bin nil)) (custom-set-faces ;; custom-set-faces was added by Custom. -- cgit v1.2.3-13-gbd6f