diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-08 13:06:47 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-08 13:06:47 +0000 |
commit | 9166757080e4049ede7934db0706e5f9fe3bdc39 (patch) | |
tree | 80d28222a1aa292bf80d1a659afd4b2e18eff6af /doom.d | |
parent | 0be45db9836e47b258a8e5ee97939711c53a99d2 (diff) | |
download | dotfiles-9166757080e4049ede7934db0706e5f9fe3bdc39.tar.gz dotfiles-9166757080e4049ede7934db0706e5f9fe3bdc39.tar.bz2 dotfiles-9166757080e4049ede7934db0706e5f9fe3bdc39.zip |
~wakatime-cli-path ~/.local/bin/wakatime
~/.local/bin/wakatime is the location a pip --user install puts wakatime
to. Use that from now on.
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |