justbur / emacs-which-key

Emacs package that displays available keybindings in popup
GNU General Public License v3.0
1.73k stars 87 forks source link

void-function which-key-declare-prefixes #319

Open incandescentman opened 2 years ago

incandescentman commented 2 years ago

Since the most recent update, I'm getting this error message:

(void-function which-key-declare-prefixes)  

I see that others are having the same issue, but I haven't found a solution.

justbur commented 2 years ago

That has been an obsolete function for a while, and I finally removed it.

incandescentman commented 2 years ago

So what's the solution? I'm unable to open Emacs, even though which-key-declare-prefixes doesn't occur in my configuration.

(If it's helpful, I'm using the master branch of Spacemacs. I tried switching to the develop branch, but that breaks other things.)

justbur commented 2 years ago

Well since you don't have control over your configuration it's more complicated. Maybe using something like this early in the boot process will make it usable until the issue is fixed upstream

(defalias 'which-key-declare-prefixes 'ignore)