Fork me on GitHub
#spacemacs
<
2017-09-09
>
clojer14:09:29

I just updated Spacemacs and now I can’t load a file into a cider repl due to this errror: “Symbol’s value as variable is void: helm-bookmark-map”. Can anyone help as I can’t get any work done.

donyorm15:09:14

Updated to what?

clojer15:09:40

Sorry, “Update Packages”

clojer15:09:18

For anyone else, my workaround was to use load buffer (, s b) instead of load file (C-c C-l).

akiva17:09:31

To take care of it permanently add (require 'helm-bookmark) to your .spacemacs file’s dotspacemacs/user-config() section as suggested here: https://github.com/syl20bnr/spacemacs/issues/9549#issuecomment-328284014