Skip to content

wakatime-cli-path is getting trampled #67

@sellout

Description

@sellout

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions