Change default wakatime CLI path

I use Fedora primarily, and Fedora pip installs under `/usr/bin` instead
of `/usr/local/bin` (I wonder, though, how good that idea is…)
This commit is contained in:
Gergely Polonkai 2016-11-07 13:17:14 +01:00
parent 8705d8d985
commit 3becd42968
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@
(use-package wakatime-mode
:ensure t
:init
(setq-default wakatime-cli-path "/usr/local/bin/wakatime")
(setq-default wakatime-cli-path "/usr/bin/wakatime")
:config
(global-wakatime-mode t))