Fork me on GitHub
#spacemacs
<
2016-04-10
>
reefersleep08:04:21

So, after having installed Emacs 24.5 and Spacemacs on Ubuntu, and every time I start up Emacs, Spacemacs tries to download a package and fails, saying:

reefersleep08:04:36

Error (use-package): evil-jumper :init: Symbol's function definition is void: evil-jumper-mode

reefersleep08:04:46

I read in an issue at the Spacemacs repo and in the archived Gitter chat that it helps deleting the evil-jumper folder in ~/.emacs.d/elpa/, but it is not there, so this is not an option.

reefersleep08:04:35

I've tried reinstalling spacemacs, updating packages and updating spacemacs - no luck, still the same error

reefersleep08:04:40

Does anyone know what else I could do?

reefersleep11:04:55

I got an answer on the Gitter:

reefersleep11:04:07

TheBB 12:45 @brenogil @reefersleep evil-jumper used to be a separate package, but it was then integrated into evil proper, so we removed the usage of evil-jumper from the develop version. We left it in master, though, because it would still work fine. However it looks like the evil-jumper package has now been removed from MELPA. Which is a problem, because it breaks Spacemacs on master. Hopefully we can backport that change today. It was probably a mistake not to do it in the first place.

bja23:04:00

I believe you could add it to your excluded packages

bja23:04:06

if master hasn't been updated yet

bja23:04:48

dotspacemacs-excluded-packages in your .spacemacs file