Change wakatime executable path to be dynamic
It now uses `executable-find` instead of a hardcoded path.
This commit is contained in:
parent
334fef4f42
commit
b3c87b5d9a
2
init.el
2
init.el
@ -449,7 +449,7 @@
|
|||||||
(use-package wakatime-mode
|
(use-package wakatime-mode
|
||||||
:ensure t
|
:ensure t
|
||||||
:init
|
:init
|
||||||
(setq-default wakatime-cli-path "/usr/bin/wakatime")
|
(setq-default wakatime-cli-path (executable-find "wakatime"))
|
||||||
:config
|
:config
|
||||||
(global-wakatime-mode t))
|
(global-wakatime-mode t))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user