wakatime-mode icon indicating copy to clipboard operation
wakatime-mode copied to clipboard

Cannot install `wakatime` in `Emacs 27.2`

Open Marin-Kitagawa opened this issue 3 years ago • 2 comments

The following error shows up while trying to install wakatime using the built-in package manager of emacs

counsel-gtags.el:400:1:Error: Symbol's value as variable is void: counsel-gtags--prompts-alist

I couldn't find a way to create a plugin for emacs here

OS : Windows 21H1 (stable) Emacs: 27.2 Spacemacs: 0.300.0 (development)

Marin-Kitagawa avatar Jun 24 '21 13:06 Marin-Kitagawa

We haven't tried the built-in package manager. Can you try installing wakatime with MELPA?

https://github.com/wakatime/wakatime-mode#installation

alanhamlett avatar Jun 25 '21 16:06 alanhamlett

MELPA is just a repository for the built in package manager.

The error above is form compiling counsel-gtags.el which probably is a part of some other package and isn't dependency of this package so it is an unrelated error message.

Usually a compilation error in an unrelated package does not affect the installation of another package unless it is a dependency.

thomasf avatar Jun 28 '21 13:06 thomasf