You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I’m not sure exactly how yet, but I have
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 thedefcustom
initializes it to nil, I’m guessing it’s getting set by wakatime-init, but I don’t know why thewakatime-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 thedefcustom
declaration.The text was updated successfully, but these errors were encountered: