I updated spacemacs develop branch but now get:
Error (use-package): debug/:init: Symbol's function definition is void: which-key-add-keymap-based-replacements
Error (use-package): display-line-numbers/:init: Symbol's function definition is void: which-key-add-keymap-based-replacements
Error (use-package): elisp-slime-nav/:init: Symbol's function definition is void: which-key-add-keymap-based-replacements
Warning (initialization): An error occurred while loading '/Users/erooijak/.emacs.d/init.el':
Symbol's function definition is void: which-key-add-keymap-based-replacements
Any idea how to fix this which-key-add-keymap-based-replacements
error?Did you updated the packages as well - `SPC f e U?
Did you updated your .spacemacs file from the spacemacs.template - SPC f e D
I assume the error message occured when restarting Emacs. I assume you have tried restarting a couple of times
Suggest moving your .spacemacs file out of the way (rename the file) and start Emacs
thanks. i restarted a few times
.spacemacs i did make a compare
and took some changes, but not all
i’ll try to move and then do compare
the same happens actually with moved .spacemacs file
maybe remove the folder
emacs.d
If you get errors with the .spacemacs file that Spacemacs creates, then it sounds like the .emacs.d config was broken by the git pull to update
.emacs.d/cache and .emac.d/private are the only directories that contain data that can't be reproduced
i’ll remove it completely
smart?
or maybe make a backup
i try with clean .emacs.d and my old .spacemacs now
I would move the .emacs.d directory rather than delete it, you can always delete when everything is working
Suggest moving both .emacs.d and .spacemacs out of the way
Maybe even .spacemacs.env if you added anything to that too
Much quicker to add your own changes to a working system
oh did not know that existed
thanks for the help i will get it to work with these hints!
It's probably safe, especially if you didn't know it's there. Spacemacs will create a new one anyway
It worked after removing .emacs.d and cloning a fresh one from the develop branch. Thanks for helping!