wakatime / legacy-python-cli

Command line interface used by all WakaTime text editor plugins.
https://wakatime.com/
BSD 3-Clause "New" or "Revised" License
1.02k stars 84 forks source link

There is no instruction on the Supported IDEs for Spacemacs User #97

Open jonathan-soifer opened 7 years ago

jonathan-soifer commented 7 years ago

Is there any chance a Spacemacs specific instruction will be added? Are you accepting contributions?

I'm getting the following error upon Spacemacs Initialization:

(Spacemacs) Error in dotspacemacs/user-config: Symbol’s function definition is void: wakatime

bgfernandes commented 5 years ago

It's been a long time since you posted this, but in case anyone is having the same problem:

Add this to your .spacemacs file, in the dotspacemacs-additional-packages :

dotspacemacs-additional-packages
   '(
     wakatime-mode
     )

This worked for me. Installing packages from package-list-packages was misleading. It seemed to work, but when closing and opening emacs again, the package would be listed as uninstalled.

yihuajack commented 3 years ago

Refer to Wakatime layer configuration not working! Add wakatime to dotspacemacs-configuration-layers in .spacemacs. Add

'(global-wakatime-mode t)
'(package-selected-packages
 '(wakatime-mode))
'(wakatime-api-key "your-api-key")
'(wakatime-cli-path "your-python-path/Scripts/wakatime.exe"))

to custom-set-variables in .spacemacs.