Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wakatime-cli-path is getting trampled #67

Open
sellout opened this issue Oct 3, 2022 · 0 comments
Open

wakatime-cli-path is getting trampled #67

sellout opened this issue Oct 3, 2022 · 0 comments

Comments

@sellout
Copy link

sellout commented Oct 3, 2022

I’m not sure exactly how yet, but I have

(use-package wakatime-mode
  :config (global-wakatime-mode)
  :custom (wakatime-cli-path "<my absolute path to>/wakatime-cli"))

in default.el (ostensibly system-wide, rather than my init.el), but when I check wakatime-cli-path in Emacs, it’s set to "wakatime-cli". Since the defcustom initializes it to nil, I’m guessing it’s getting set by wakatime-init, but I don’t know why the wakatime-cli-path would be blank at that point.

I’m going to dig into this a bit more myself, but I was also curious why it’s set by wakatime-init rather than initialized to "wakatime-cli" in the defcustom declaration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant